summaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorBruce Momjian1998-10-16 04:37:38 +0000
committerBruce Momjian1998-10-16 04:37:38 +0000
commitbaa2f9998ca392c3057cbe4c72a5a4b4c2c55bc0 (patch)
treeeafffea8934a3c6daaf712bd63c6511edc258844 /src/configure.in
parente7663e34b84550a0b714b00841f7359deb29368f (diff)
Perl fixes from Brook Milligan
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/configure.in b/src/configure.in
index 3c380fbda9a..074f00c2cd7 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -246,17 +246,6 @@ 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 "$WHOAMI" != "root"
- then AC_MSG_WARN(perl support disabled; must be root to install)
- USE_PERL=
- fi
-fi
-export USE_PERL
-
dnl We include odbc support unless we disable it with --with-odbc=false
AC_MSG_CHECKING(setting USE_ODBC)
AC_ARG_WITH(
@@ -902,6 +891,7 @@ AC_OUTPUT(
interfaces/libpgtcl/Makefile
interfaces/odbc/GNUmakefile
interfaces/odbc/Makefile.global
+ interfaces/perl5/Makefile.PL
pl/plpgsql/src/Makefile
pl/plpgsql/src/mklang.sql
pl/tcl/mkMakefile.tcldefs.sh