]> granicus.if.org Git - postgresql/commitdiff
Disable -lbsd on alpha.
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 1998 18:47:15 +0000 (18:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 1998 18:47:15 +0000 (18:47 +0000)
src/configure
src/configure.in

index 56d4bf5b19836095c201b2f3965bb3375ea528c0..cb2a5b48715642587bcc923dccbfb46ce285f5bc 100755 (executable)
@@ -1909,7 +1909,7 @@ else
   echo "$ac_t""no" 1>&6
 fi
 
-if test "$PORTNAME" != "aix"
+if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
 then
        echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
 echo "configure:1916: checking for main in -lbsd" >&5
@@ -3316,7 +3316,7 @@ else
 fi
 rm -f conftest*
 
-if test x$ac_cv_prog_gcc = xyes; then
+if test $ac_cv_prog_gcc = yes; then
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
 echo "configure:3322: checking whether ${CC-cc} needs -traditional" >&5
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
index b5233efebb523a0fea3b8d6a96a4f15dc916f326..0804b3a010d497a455d10c1fc3a7c13141e306dc 100644 (file)
@@ -1,4 +1,4 @@
-dnl Process this file with autoconf to produce a configure script.
+ dnl Process this file with autoconf to produce a configure script.
 AC_INIT(backend/access/common/heaptuple.c)
 AC_PREFIX_DEFAULT(/usr/local/pgsql)
 
@@ -405,7 +405,7 @@ AC_CHECK_LIB(termcap,  main)
 AC_CHECK_LIB(history,  main)
 AC_CHECK_LIB(readline, main)
 AC_CHECK_LIB(readline, write_history, AC_DEFINE(HAVE_HISTORY))
-if test "$PORTNAME" != "aix"
+if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
 then
        AC_CHECK_LIB(bsd,      main)
 fi