summaryrefslogtreecommitdiffstats
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 1ac63513..d13ecbdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,6 +173,8 @@ fi
AC_LANG_RESTORE
AC_SUBST(INET_LIB)
+AC_CHECK_FUNC(setenv, AC_DEFINE([HAVE_SETENV], [1], [Is setenv() present?]))
+
dnl Check for zlib library
INCLUDED_ZLIB=no
AC_ARG_WITH([included-zlib],