aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdmund Mergl <E.Mergl@bawue.de>1998-06-01 16:50:23 +0000
committerEdmund Mergl <E.Mergl@bawue.de>1998-06-01 16:50:23 +0000
commit0b09955da8721c049d3f504cb9dcb85702e7fb8b (patch)
tree50091603bf749159eda152e2e73deec0ad108748
parentb22418d707c979c1c2db440ccd4ae5bd2c561e5e (diff)
downloadpostgresql-0b09955da8721c049d3f504cb9dcb85702e7fb8b.tar.gz
postgresql-0b09955da8721c049d3f504cb9dcb85702e7fb8b.zip
pgsql no more needs to be installed for perl
-rwxr-xr-xsrc/configure14
-rw-r--r--src/configure.in18
2 files changed, 16 insertions, 16 deletions
diff --git a/src/configure b/src/configure
index c928555f642..5cd30c2df8f 100755
--- a/src/configure
+++ b/src/configure
@@ -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
diff --git a/src/configure.in b/src/configure.in
index 1fdf2cd8c0c..b3b2d80abde 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -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