pgsql no more needs to be installed for perl

This commit is contained in:
Edmund Mergl 1998-06-01 16:50:23 +00:00
parent b22418d707
commit 0b09955da8
2 changed files with 16 additions and 16 deletions

14
src/configure vendored
View File

@ -890,13 +890,13 @@ else
fi
if test "$USE_PERL" = "true"
then
if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
then echo "configure: warning: perl support disabled; postgres not previously installed" 1>&2
USE_PERL=
fi
fi
#if test "$USE_PERL" = "true"
#then
# if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
# then echo "configure: warning: perl support disabled; postgres not previously installed" 1>&2
# USE_PERL=
# fi
#fi
export USE_PERL
echo $ac_n "checking setting ASSERT CHECKING""... $ac_c" 1>&6

View File

@ -265,15 +265,15 @@ AC_ARG_WITH(
USE_PERL=false; AC_MSG_RESULT(disabled)
)
dnl Verify that postgres is already installed
dnl per instructions for perl interface installation
if test "$USE_PERL" = "true"
then
if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
then AC_MSG_WARN(perl support disabled; postgres not previously installed)
USE_PERL=
fi
fi
#dnl Verify that postgres is already installed
#dnl per instructions for perl interface installation
#if test "$USE_PERL" = "true"
#then
# if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
# then AC_MSG_WARN(perl support disabled; postgres not previously installed)
# USE_PERL=
# fi
#fi
export USE_PERL
dnl Unless we specify the command line options