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

Fixed C&P error in help text.

This commit is contained in:
eku 2002-11-04 08:07:23 +00:00
parent bbf6b92af4
commit 9354e58338

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.58 2002-11-02 17:25:57 skidder Exp $
dnl $Id: configure.in,v 1.59 2002-11-04 08:07:23 eku Exp $
dnl ############################# INITIALISATION ###############################
@ -80,7 +80,7 @@ AC_ARG_ENABLE(raw-devices,
[case "$enableval" in
yes) RAW_DEVICES_FLG=Y;;
no) RAW_DEVICES_FLG=N;;
*) AC_MSG_ERROR(bad value '${enableval}' for --enable-debug);;
*) AC_MSG_ERROR(bad value '${enableval}' for --enable-raw-devices);;
esac])
if test "$RAW_DEVICES_FLG" = "Y"; then
@ -168,9 +168,7 @@ if test "$READLINE_FLG" = "Y"; then
# AC_CHECK_LIB(readline, main,,, $LIBS)
fi
AC_CHECK_LIB(stdc++, main,,, $LIBS)
AC_CHECK_LIB(sfio, main,,, $LIBS)
AC_CHECK_LIB(sfio, main,,, $LIBS) dnl Solaris only
dnl Check for functions
AC_CHECK_FUNCS(strlcpy strlcat)