From b3ff74d8fef55c36cd6534226b3c78cfd76bb59b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 25 Sep 2000 12:43:24 +0000 Subject: [PATCH] disable plperl again. --- src/pl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pl/Makefile b/src/pl/Makefile index fb78f8b417..a778568b81 100644 --- a/src/pl/Makefile +++ b/src/pl/Makefile @@ -18,9 +18,9 @@ ifeq ($(USE_TCL), true) DIRS += tcl endif -ifeq ($(with_perl), yes) -DIRS += plperl -endif +#ifeq ($(with_perl), yes) +#DIRS += plperl +#endif all install installdirs uninstall depend distprep: @for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done -- 2.39.5