summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e7e2cb4..aaad326 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_CHECK_LIB(gcrypt, gcry_control, [AC_SUBST(libgcrypt_LIBS,[-lgcrypt])], ["libg
41 41
42# Checks for header files. 42# Checks for header files.
43AC_HEADER_STDC 43AC_HEADER_STDC
44AC_CHECK_HEADERS([arpa/inet.h stdint.h stdlib.h string.h gcrypt.h]) 44AC_CHECK_HEADERS([netinet/in.h stdint.h stdlib.h string.h gcrypt.h])
45 45
46# Checks for typedefs, structures, and compiler characteristics. 46# Checks for typedefs, structures, and compiler characteristics.
47AC_C_CONST 47AC_C_CONST