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

Added default rule for currently unsupported systems.

This commit is contained in:
eku 2002-11-22 14:31:13 +00:00
parent 4bfbe6fd25
commit a0c67a76ad

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.96 2002-11-22 14:11:28 dimitr Exp $
dnl $Id: configure.in,v 1.97 2002-11-22 14:31:13 eku Exp $
dnl ############################# INITIALISATION ###############################
@ -104,6 +104,10 @@ case "$target" in
LOCK_MANAGER_FLG=Y
EDITLINE_FLG=N
;;
*)
AC_MSG_ERROR(unsupported platform ${target})
;;
esac
AC_SUBST(MAKEFILE_PREFIX)
@ -263,7 +267,6 @@ dnl kkuznetsov: Solaris always check for -lnsl
if test "$PLATFORM" = "solx86" ; then
AC_CHECK_LIB(nsl, gethostname, XE_APPEND(-lnsl,LIBS))
AC_CHECK_LIB(thread, main)
fi