Commit 55c235b2 authored by Bruce Momjian's avatar Bruce Momjian

Disable -lbsd on alpha.

parent ee85fda2
...@@ -1909,7 +1909,7 @@ else ...@@ -1909,7 +1909,7 @@ else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6
fi fi
if test "$PORTNAME" != "aix" if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
then then
echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6 echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
echo "configure:1916: checking for main in -lbsd" >&5 echo "configure:1916: checking for main in -lbsd" >&5
...@@ -3316,7 +3316,7 @@ else ...@@ -3316,7 +3316,7 @@ else
fi fi
rm -f conftest* 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 $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
echo "configure:3322: checking whether ${CC-cc} needs -traditional" >&5 echo "configure:3322: checking whether ${CC-cc} needs -traditional" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
......
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_INIT(backend/access/common/heaptuple.c)
AC_PREFIX_DEFAULT(/usr/local/pgsql) AC_PREFIX_DEFAULT(/usr/local/pgsql)
...@@ -405,7 +405,7 @@ AC_CHECK_LIB(termcap, main) ...@@ -405,7 +405,7 @@ AC_CHECK_LIB(termcap, main)
AC_CHECK_LIB(history, main) AC_CHECK_LIB(history, main)
AC_CHECK_LIB(readline, main) AC_CHECK_LIB(readline, main)
AC_CHECK_LIB(readline, write_history, AC_DEFINE(HAVE_HISTORY)) AC_CHECK_LIB(readline, write_history, AC_DEFINE(HAVE_HISTORY))
if test "$PORTNAME" != "aix" if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
then then
AC_CHECK_LIB(bsd, main) AC_CHECK_LIB(bsd, main)
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment