]> git.sur5r.net Git - openldap/blobdiff - configure.in
Add check for <assert.h> and put include in right file (acconfig.h)
[openldap] / configure.in
index b2e3e12e16511aad184eaff8aee1b20052df648e..cf5595436473c4e80a348d7d0477753c3d6471d2 100644 (file)
@@ -1559,9 +1559,10 @@ if test $am_cv_sys_posix_termios = yes ; then
                [define if you have POSIX termios])
 fi
 
-AC_CHECK_HEADERS(              \
+AC_CHECK_HEADERS(      \
        arpa/inet.h             \
-       arpa/nameser.h          \
+       arpa/nameser.h  \
+       assert.h                \
        crypt.h                 \
        errno.h                 \
        fcntl.h                 \
@@ -1587,9 +1588,9 @@ AC_CHECK_HEADERS(         \
        sys/errno.h             \
        sys/ioctl.h             \
        sys/param.h             \
-       sys/resource.h          \
-       sys/socket.h            \
-       sys/syslog.h            \
+       sys/resource.h  \
+       sys/socket.h    \
+       sys/syslog.h    \
        sys/time.h              \
        sys/types.h             \
        syslog.h                \