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?
This commit is contained in:
parent
1318342b6e
commit
0fb5db60e6
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 1994, Regents of the University of California
|
# Copyright (c) 1994, Regents of the University of California
|
||||||
#
|
#
|
||||||
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.15 2000/09/25 22:23:01 petere Exp $
|
# $Header: /cvsroot/pgsql/src/pl/Makefile,v 1.16 2000/10/24 17:03:46 tgl Exp $
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ DIRS += tcl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
#ifeq ($(with_perl), yes)
|
#ifeq ($(with_perl), yes)
|
||||||
#DIRS += plperl
|
DIRS += plperl
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
all install installdirs uninstall depend distprep:
|
all install installdirs uninstall depend distprep:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user