8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +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 ############################### dnl ############################# INITIALISATION ###############################
@ -80,7 +80,7 @@ AC_ARG_ENABLE(raw-devices,
[case "$enableval" in [case "$enableval" in
yes) RAW_DEVICES_FLG=Y;; yes) RAW_DEVICES_FLG=Y;;
no) RAW_DEVICES_FLG=N;; 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]) esac])
if test "$RAW_DEVICES_FLG" = "Y"; then if test "$RAW_DEVICES_FLG" = "Y"; then
@ -168,9 +168,7 @@ if test "$READLINE_FLG" = "Y"; then
# AC_CHECK_LIB(readline, main,,, $LIBS) # AC_CHECK_LIB(readline, main,,, $LIBS)
fi fi
AC_CHECK_LIB(stdc++, main,,, $LIBS) AC_CHECK_LIB(stdc++, main,,, $LIBS)
AC_CHECK_LIB(sfio, main,,, $LIBS) dnl Solaris only
AC_CHECK_LIB(sfio, main,,, $LIBS)
dnl Check for functions dnl Check for functions
AC_CHECK_FUNCS(strlcpy strlcat) AC_CHECK_FUNCS(strlcpy strlcat)