File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1909,7 +1909,7 @@ else
1909
1909
echo " $ac_t " " no" 1>&6
1910
1910
fi
1911
1911
1912
- if test " $PORTNAME " ! = " aix"
1912
+ if test " $PORTNAME " ! = " aix" -a " $PORTNAME " ! = " alpha "
1913
1913
then
1914
1914
echo $ac_n " checking for main in -lbsd" " ... $ac_c " 1>&6
1915
1915
echo " configure:1916: checking for main in -lbsd" >&5
@@ -3316,7 +3316,7 @@ else
3316
3316
fi
3317
3317
rm -f conftest*
3318
3318
3319
- if test x $ac_cv_prog_gcc = xyes ; then
3319
+ if test $ac_cv_prog_gcc = yes ; then
3320
3320
echo $ac_n " checking whether ${CC-cc} needs -traditional" " ... $ac_c " 1>&6
3321
3321
echo " configure:3322: checking whether ${CC-cc} needs -traditional" >&5
3322
3322
if eval " test \" ` echo ' $' ' {' ac_cv_prog_gcc_traditional' +set}' ` \" = set" ; then
Original file line number Diff line number Diff line change 1
- dnl Process this file with autoconf to produce a configure script.
1
+ dnl Process this file with autoconf to produce a configure script.
2
2
AC_INIT(backend/access/common/heaptuple.c)
3
3
AC_PREFIX_DEFAULT(/usr/local/pgsql)
4
4
@@ -405,7 +405,7 @@ AC_CHECK_LIB(termcap, main)
405
405
AC_CHECK_LIB(history, main)
406
406
AC_CHECK_LIB(readline, main)
407
407
AC_CHECK_LIB(readline, write_history, AC_DEFINE(HAVE_HISTORY))
408
- if test "$PORTNAME" != "aix"
408
+ if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
409
409
then
410
410
AC_CHECK_LIB(bsd, main)
411
411
fi
You can’t perform that action at this time.
0 commit comments