Commit 0b09955d authored by Edmund Mergl's avatar Edmund Mergl

pgsql no more needs to be installed for perl

parent b22418d7
...@@ -890,13 +890,13 @@ else ...@@ -890,13 +890,13 @@ else
fi fi
if test "$USE_PERL" = "true" #if test "$USE_PERL" = "true"
then #then
if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres # 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 # then echo "configure: warning: perl support disabled; postgres not previously installed" 1>&2
USE_PERL= # USE_PERL=
fi # fi
fi #fi
export USE_PERL export USE_PERL
echo $ac_n "checking setting ASSERT CHECKING""... $ac_c" 1>&6 echo $ac_n "checking setting ASSERT CHECKING""... $ac_c" 1>&6
......
...@@ -265,15 +265,15 @@ AC_ARG_WITH( ...@@ -265,15 +265,15 @@ AC_ARG_WITH(
USE_PERL=false; AC_MSG_RESULT(disabled) USE_PERL=false; AC_MSG_RESULT(disabled)
) )
dnl Verify that postgres is already installed #dnl Verify that postgres is already installed
dnl per instructions for perl interface installation #dnl per instructions for perl interface installation
if test "$USE_PERL" = "true" #if test "$USE_PERL" = "true"
then #then
if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres # if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
then AC_MSG_WARN(perl support disabled; postgres not previously installed) # then AC_MSG_WARN(perl support disabled; postgres not previously installed)
USE_PERL= # USE_PERL=
fi # fi
fi #fi
export USE_PERL export USE_PERL
dnl Unless we specify the command line options dnl Unless we specify the command line options
......
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