aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 92d59f1b..5c68b1be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1202,6 +1202,8 @@ have_inet6=no
1202]) 1202])
1203AC_MSG_RESULT($have_inet6) 1203AC_MSG_RESULT($have_inet6)
1204 1204
1205MHD_CHECK_FUNC([[sysconf]], [[#include <unitstd.h>]], [[long a = sysconf(0); if (a) return 1;]])
1206
1205HIDDEN_VISIBILITY_CFLAGS="" 1207HIDDEN_VISIBILITY_CFLAGS=""
1206AS_CASE(["$host"], 1208AS_CASE(["$host"],
1207 [*-*-mingw*],[ 1209 [*-*-mingw*],[