File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -890,13 +890,13 @@ else
890
890
fi
891
891
892
892
893
- if test " $USE_PERL " = " true"
894
- then
895
- if test ! -x " $prefix " /bin/postgres -a ! -x " $ac_default_prefix " /bin/postgres
896
- then echo " configure: warning: perl support disabled; postgres not previously installed" 1>&2
897
- USE_PERL=
898
- fi
899
- fi
893
+ # if test "$USE_PERL" = "true"
894
+ # then
895
+ # if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
896
+ # then echo "configure: warning: perl support disabled; postgres not previously installed" 1>&2
897
+ # USE_PERL=
898
+ # fi
899
+ # fi
900
900
export USE_PERL
901
901
902
902
echo $ac_n " checking setting ASSERT CHECKING" " ... $ac_c " 1>&6
Original file line number Diff line number Diff line change @@ -265,15 +265,15 @@ AC_ARG_WITH(
265
265
USE_PERL=false; AC_MSG_RESULT(disabled)
266
266
)
267
267
268
- dnl Verify that postgres is already installed
269
- dnl per instructions for perl interface installation
270
- if test "$USE_PERL" = "true"
271
- then
272
- if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
273
- then AC_MSG_WARN(perl support disabled; postgres not previously installed)
274
- USE_PERL=
275
- fi
276
- fi
268
+ # dnl Verify that postgres is already installed
269
+ # dnl per instructions for perl interface installation
270
+ # if test "$USE_PERL" = "true"
271
+ # then
272
+ # if test ! -x "$prefix"/bin/postgres -a ! -x "$ac_default_prefix"/bin/postgres
273
+ # then AC_MSG_WARN(perl support disabled; postgres not previously installed)
274
+ # USE_PERL=
275
+ # fi
276
+ # fi
277
277
export USE_PERL
278
278
279
279
dnl Unless we specify the command line options
You can’t perform that action at this time.
0 commit comments