Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0fb5db6

Browse files
committed
Enable plperl to be built when --with-perl is selected. Dunno whether
latest fixes make it safe or not, but we won't find out if no one builds it, eh?
1 parent 1318342 commit 0fb5db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/Makefile

Lines changed: 2 additions & 2 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.15 2000/09/25 22:23:01 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.16 2000/10/24 17:03:46 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -19,7 +19,7 @@ DIRS += tcl
1919
endif
2020

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

2525
all install installdirs uninstall depend distprep:

0 commit comments

Comments
 (0)