*** pgsql/configure 2009/01/14 16:39:58 1.627 --- pgsql/configure 2009/01/14 18:10:21 1.628 *************** if test "$ac_res" != no; then *** 7744,7752 **** fi # Required for thread_test.c on Solaris 2.5: ! case $host_os in ! solaris*) ! { echo "$as_me:$LINENO: checking for library containing gethostbyname_r" >&5 echo $ECHO_N "checking for library containing gethostbyname_r... $ECHO_C" >&6; } if test "${ac_cv_search_gethostbyname_r+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 --- 7744,7751 ---- fi # Required for thread_test.c on Solaris 2.5: ! # Other ports use it too (HP-UX) so test unconditionally ! { echo "$as_me:$LINENO: checking for library containing gethostbyname_r" >&5 echo $ECHO_N "checking for library containing gethostbyname_r... $ECHO_C" >&6; } if test "${ac_cv_search_gethostbyname_r+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 *************** if test "$ac_res" != no; then *** 7829,7836 **** fi - ;; - esac # Cygwin: { echo "$as_me:$LINENO: checking for library containing shmget" >&5 echo $ECHO_N "checking for library containing shmget... $ECHO_C" >&6; } --- 7828,7833 ----