summaryrefslogtreecommitdiff
blob: 21c42125306e715947d35e68f30b58f11feea24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: configure.ac
===================================================================
RCS file: /sources/confuse/confuse/configure.ac,v
retrieving revision 1.18
diff -u -B -r1.18 configure.ac
--- configure.ac	13 Oct 2007 15:02:52 -0000	1.18
+++ configure.ac	29 Sep 2008 10:13:10 -0000
@@ -39,6 +39,9 @@
 # Checks for library functions.
 AC_CHECK_FUNCS([strcasecmp strdup strndup])
 
+dnl Check for the library containing inet_aton/inet_ntoa (for tests)
+AC_SEARCH_LIBS([inet_ntoa], [socket nsl])
+
 AC_CONFIG_FILES([Makefile \
 		 src/Makefile \
 		 examples/Makefile \