]> git.sur5r.net Git - openldap/blobdiff - configure.in
Initial inet_aton() detection.
[openldap] / configure.in
index 54ea8bdf316a3687ed465cc952f766200eb28b35..fedac7e78eb1304a41128362afaf0857fb1b4b6a 100644 (file)
@@ -1653,7 +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_CRYUS_SASL,1,[define if you have Cyrus SASL])
+                       AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
                        ol_link_sasl=yes
                fi
        fi
@@ -1798,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