mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Completed the changes made by Dmitri Sibiriak.
This commit is contained in:
parent
ee695ad055
commit
116280f992
36
configure.in
36
configure.in
@ -1,4 +1,4 @@
|
|||||||
dnl $Id: configure.in,v 1.111 2003-02-10 05:42:19 aafemt Exp $
|
dnl $Id: configure.in,v 1.112 2003-02-10 09:39:43 eku Exp $
|
||||||
|
|
||||||
dnl ############################# INITIALISATION ###############################
|
dnl ############################# INITIALISATION ###############################
|
||||||
|
|
||||||
@ -425,24 +425,24 @@ case "$PLATFORM" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
[SOLARIS|solx86])
|
[SOLARIS|solx86])
|
||||||
|
AC_ARG_WITH(sfio,
|
||||||
AC_ARG_WITH(sfio,
|
AC_HELP_STRING([--with-sfio=PATH],
|
||||||
AC_HELP_STRING([--with-sfio=PATH],[use sfio (replacement stdio on Solaris) (default=no)]),
|
[use sfio (replacement stdio on Solaris) (default=no)]),
|
||||||
[ac_cv_use_sfio=$withval],[ac_cv_use_sfio=no])
|
[ac_cv_use_sfio=$withval],[ac_cv_use_sfio=no])
|
||||||
|
|
||||||
if test "$ac_cv_use_sfio" = "no"; then
|
if test "$ac_cv_use_sfio" = "no"; then
|
||||||
SFIO_DIR=""
|
SFIO_DIR=""
|
||||||
SFIO_FLAGS=""
|
SFIO_FLAGS=""
|
||||||
SFIO_LDFLAGS=""
|
SFIO_LDFLAGS=""
|
||||||
else
|
else
|
||||||
AC_CHECK_LIB(sfio-mt, main,,
|
AC_CHECK_LIB(sfio-mt, main,,
|
||||||
AC_MSG_ERROR([sfio library not found]),-lvthread)
|
AC_MSG_ERROR([sfio library not found]),-lvthread)
|
||||||
XE_PREPEND(-lvthread,LIBS)
|
XE_PREPEND(-lvthread,LIBS)
|
||||||
|
|
||||||
SFIO_DIR="$ac_cv_use_sfio"
|
SFIO_DIR="$ac_cv_use_sfio"
|
||||||
SFIO_FLAGS="-DSFIO -I$ac_cv_use_sfio/include"
|
SFIO_FLAGS="-DSFIO -I$ac_cv_use_sfio/include"
|
||||||
SFIO_LDFLAGS="-L$ac_cv_use_sfio/lib"
|
SFIO_LDFLAGS="-L$ac_cv_use_sfio/lib"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
win32)
|
win32)
|
||||||
|
@ -81,6 +81,7 @@
|
|||||||
#undef HAVE_SYS_MNTTAB_H
|
#undef HAVE_SYS_MNTTAB_H
|
||||||
#undef HAVE_SYS_IPC_H
|
#undef HAVE_SYS_IPC_H
|
||||||
#undef HAVE_SYS_FILE_H
|
#undef HAVE_SYS_FILE_H
|
||||||
|
#undef HAVE_WINSOCK2_H
|
||||||
|
|
||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#ident "$Id: config.h.in,v 1.67 2003-02-10 05:42:20 aafemt Exp $"
|
#ident "$Id: config.h.in,v 1.68 2003-02-10 09:39:55 eku Exp $"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete ports:
|
||||||
@ -60,6 +60,7 @@
|
|||||||
#undef HAVE_SYS_MNTTAB_H
|
#undef HAVE_SYS_MNTTAB_H
|
||||||
#undef HAVE_SYS_IPC_H
|
#undef HAVE_SYS_IPC_H
|
||||||
#undef HAVE_SYS_FILE_H
|
#undef HAVE_SYS_FILE_H
|
||||||
|
#undef HAVE_WINSOCK2_H
|
||||||
|
|
||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
|
Loading…
Reference in New Issue
Block a user