aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d6d5612..f94bb3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,6 +189,7 @@ AM_ICONV
189AS_IF([test x$am_cv_proto_iconv_arg1 = "xconst"], [ 189AS_IF([test x$am_cv_proto_iconv_arg1 = "xconst"], [
190 AC_DEFINE([HAVE_CONST_ICONV], [1], [Is second argument of iconv() is of type 'const char **' or 'char **']) 190 AC_DEFINE([HAVE_CONST_ICONV], [1], [Is second argument of iconv() is of type 'const char **' or 'char **'])
191]) 191])
192LIBS="$LIBICONV $LIBS"
192 193
193dnl Check for networking libraries 194dnl Check for networking libraries
194AC_CHECK_LIB([nsl], [t_open], [LIBS="-lnsl $LIBS"]) 195AC_CHECK_LIB([nsl], [t_open], [LIBS="-lnsl $LIBS"])