fi
# BeOS:
+if test "$PORTNAME" = "beos"
+then
echo "$as_me:$LINENO: checking for __inet_ntoa in -lbind" >&5
echo $ECHO_N "checking for __inet_ntoa in -lbind... $ECHO_C" >&6
fi
+fi
# Solaris:
echo "$as_me:$LINENO: checking for library containing fdatasync" >&5
echo $ECHO_N "checking for library containing fdatasync... $ECHO_C" >&6
dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.272 2003/08/01 19:12:52 tgl Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.273 2003/08/03 20:23:14 tgl Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
AC_CHECK_LIB(unix, main)
AC_SEARCH_LIBS(crypt, crypt)
# BeOS:
-AC_CHECK_LIB(bind, __inet_ntoa)
+if test "$PORTNAME" = "beos"
+then
+ AC_CHECK_LIB(bind, __inet_ntoa)
+fi
# Solaris:
AC_SEARCH_LIBS(fdatasync, [rt posix4])
# Cygwin: