10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9cc73 commit 27f17e1Copy full SHA for 27f17e1
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.124 2001/05/09 19:19:00 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.125 2001/05/09 19:57:33 momjian Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -111,7 +111,7 @@ with_java = @with_java@
111
with_perl = @with_perl@
112
with_python = @with_python@
113
with_tcl = @with_tcl@
114
-with_pltcl_unknown = @with_pltcl_unknown@
+enable_pltcl_unknown = @enable_pltcl_unknown@
115
with_tk = @with_tk@
116
enable_odbc = @enable_odbc@
117
MULTIBYTE = @MULTIBYTE@
0 commit comments