File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -7744,9 +7744,8 @@ if test "$ac_res" != no; then
7744
7744
fi
7745
7745
7746
7746
# Required for thread_test.c on Solaris 2.5:
7747
- case $host_os in
7748
- solaris*)
7749
- { echo "$as_me:$LINENO: checking for library containing gethostbyname_r" >&5
7747
+ # Other ports use it too (HP-UX) so test unconditionally
7748
+ { echo "$as_me:$LINENO: checking for library containing gethostbyname_r" >&5
7750
7749
echo $ECHO_N "checking for library containing gethostbyname_r... $ECHO_C" >&6; }
7751
7750
if test "${ac_cv_search_gethostbyname_r+set}" = set; then
7752
7751
echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7829,8 +7828,6 @@ if test "$ac_res" != no; then
7829
7828
7830
7829
fi
7831
7830
7832
- ;;
7833
- esac
7834
7831
# Cygwin:
7835
7832
{ echo "$as_me:$LINENO: checking for library containing shmget" >&5
7836
7833
echo $ECHO_N "checking for library containing shmget... $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 $PostgreSQL: pgsql/configure.in,v 1.586 2009/01/14 16:39:58 momjian Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.587 2009/01/14 18:10:21 momjian Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -871,11 +871,8 @@ AC_SEARCH_LIBS(crypt, crypt)
871
871
# Solaris:
872
872
AC_SEARCH_LIBS(fdatasync, [rt posix4])
873
873
# Required for thread_test.c on Solaris 2.5:
874
- case $host_os in
875
- solaris*)
876
- AC_SEARCH_LIBS(gethostbyname_r, nsl)
877
- ;;
878
- esac
874
+ # Other ports use it too (HP-UX) so test unconditionally
875
+ AC_SEARCH_LIBS(gethostbyname_r, nsl)
879
876
# Cygwin:
880
877
AC_SEARCH_LIBS(shmget, cygipc)
881
878
You can’t perform that action at this time.
0 commit comments