File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5670,6 +5670,8 @@ if test "$ac_cv_search_crypt" != no; then
5670
5670
fi
5671
5671
5672
5672
# BeOS:
5673
+ if test "$PORTNAME" = "beos"
5674
+ then
5673
5675
5674
5676
echo "$as_me:$LINENO: checking for __inet_ntoa in -lbind" >&5
5675
5677
echo $ECHO_N "checking for __inet_ntoa in -lbind... $ECHO_C" >&6
@@ -5735,6 +5737,7 @@ _ACEOF
5735
5737
5736
5738
fi
5737
5739
5740
+ fi
5738
5741
# Solaris:
5739
5742
echo "$as_me:$LINENO: checking for library containing fdatasync" >&5
5740
5743
echo $ECHO_N "checking for library containing fdatasync... $ECHO_C" >&6
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $Header: /cvsroot/pgsql/configure.in,v 1.272 2003/08/01 19:12:52 tgl Exp $
2
+ dnl $Header: /cvsroot/pgsql/configure.in,v 1.273 2003/08/03 20:23:14 tgl Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -647,7 +647,10 @@ AC_SEARCH_LIBS(getopt_long, [getopt gnugetopt])
647
647
AC_CHECK_LIB(unix, main)
648
648
AC_SEARCH_LIBS(crypt, crypt)
649
649
# BeOS:
650
- AC_CHECK_LIB(bind, __inet_ntoa)
650
+ if test "$PORTNAME" = "beos"
651
+ then
652
+ AC_CHECK_LIB(bind, __inet_ntoa)
653
+ fi
651
654
# Solaris:
652
655
AC_SEARCH_LIBS(fdatasync, [rt posix4])
653
656
# Cygwin:
You can’t perform that action at this time.
0 commit comments