8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Add check for crypt.h

This commit is contained in:
kkuznetsov 2002-11-05 13:15:47 +00:00
parent f8fc8b0a2a
commit 21b043f826

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.61 2002-11-05 01:39:05 nmcc Exp $
dnl $Id: configure.in,v 1.62 2002-11-05 13:15:47 kkuznetsov Exp $
dnl ############################# INITIALISATION ###############################
@ -153,6 +153,8 @@ AC_CHECK_HEADERS(pwd.h)
AC_CHECK_HEADERS(unistd.h)
AC_CHECK_HEADERS(varargs.h)
AC_CHECK_HEADERS(crypt.h)
dnl Check for libraries
AC_CHECK_LIB(dl, main)