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

Fix build on FreeBSD 4.x

This commit is contained in:
stryqx 2003-11-13 03:41:45 +00:00
parent 13898b5fac
commit c75dee1e72

View File

@ -1,4 +1,4 @@
dnl $Id: configure.in,v 1.182 2003-11-13 00:53:12 stryqx Exp $
dnl $Id: configure.in,v 1.183 2003-11-13 03:41:45 stryqx Exp $
dnl ############################# INITIALISATION ###############################
@ -519,6 +519,8 @@ case "$PLATFORM" in
[socklen_t s;],
[AC_DEFINE(HAVE_SOCKLEN_T) AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)])
dnl define HAVE_POSIX_THREADS for FreeBSD 4.x support
AC_DEFINE(HAVE_POSIX_THREADS)
;;
SOLARIS|solx86)