Skip to content

Commit 516aac4

Browse files
committed
disable plperl again.
1 parent a8405cf commit 516aac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pl/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.13 2000/09/12 04:28:30 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.14 2000/09/25 12:43:24 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -18,9 +18,9 @@ ifeq ($(USE_TCL), true)
1818
DIRS += tcl
1919
endif
2020

21-
ifeq ($(with_perl), yes)
22-
DIRS += plperl
23-
endif
21+
#ifeq ($(with_perl), yes)
22+
#DIRS += plperl
23+
#endif
2424

2525
all install installdirs uninstall depend distprep:
2626
@for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done

0 commit comments

Comments
 (0)