]> git.sur5r.net Git - openldap/blobdiff - configure.in
Import strdup() -> ch_strdup() change from -devel.
[openldap] / configure.in
index a3ed9afd3f7983a1835cd311e347d1af0415750b..0cb53b3d0c8096cea190d61700f38ea3d3c6b15e 100644 (file)
@@ -9,7 +9,7 @@ dnl ----
 dnl Configure.in for OpenLDAP
 AC_INIT(include/ldap.h)dnl
 AC_CONFIG_AUX_DIR(build)dnl
-AM_INIT_AUTOMAKE(OpenLDAP,[2.0-devel], [no ac_define])dnl
+AM_INIT_AUTOMAKE(OpenLDAP,[1.1-alpha3], [no ac_define])dnl
 
 dnl Do not use AutoConf 2.12; it produces a configuration script
 dnl that causes an "internal 2K buffer" error on HPUX when run
@@ -335,8 +335,9 @@ if test $ol_with_kerberos = auto -o $ol_with_kerberos = k4 ; then
                        ol_link_kerberos=yes
 
                        AC_DEFINE(HAVE_KERBEROS)
-
                        KRB_LIBS="-lkrb -ldes"
+
+                       AC_CHECK_FUNCS(des_string_to_key)
                fi
        fi
 fi
@@ -966,9 +967,11 @@ AC_CHECK_HEADERS(  \
        sys/resource.h  \
        sys/socket.h    \
        sys/syslog.h    \
+       sys/time.h              \
        sys/types.h             \
        syslog.h                \
        termios.h               \
+       unistd.h                \
 )
 
 dnl ----------------------------------------------------------------
@@ -999,9 +1002,9 @@ fi
 dnl ----------------------------------------------------------------
 dnl Checks for library functions.
 AC_FUNC_MEMCMP
-AM_FUNC_MKTIME dnl checks for sys/time.h and unistd.h
+dnl AM_FUNC_MKTIME dnl checks for sys/time.h and unistd.h
 AC_FUNC_STRFTIME
-AM_FUNC_STRTOD
+dnl AM_FUNC_STRTOD
 AC_FUNC_VPRINTF
 
 if test $ac_cv_func_vprintf = yes ; then