]> git.sur5r.net Git - openldap/blobdiff - configure.in
Initial inet_aton() detection.
[openldap] / configure.in
index d350597119c7745c39116eeda4404370e84f0168..fedac7e78eb1304a41128362afaf0857fb1b4b6a 100644 (file)
@@ -1653,6 +1653,7 @@ if test $ol_with_cyrus_sasl != no ; then
 
                if test $have_cyrus_sasl != no ; then
                        LUTIL_LIBS="$LUTIL_LIBS -lsasl"
+                       AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
                        ol_link_sasl=yes
                fi
        fi
@@ -1797,6 +1798,8 @@ dnl AM_FUNC_MKTIME dnl checks for sys/time.h and unistd.h
 AC_FUNC_STRFTIME
 dnl AM_FUNC_STRTOD
 
+OL_FUNC_INET_ATON
+
 dnl we should use vfork instead of fork in a number of places...
 dnl AC_FUNC_VFORK
 AC_FUNC_VPRINTF