|
1 | 1 | # -*-makefile-*- |
2 | | -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.124 2001/05/09 19:19:00 momjian Exp $ |
| 2 | +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.125 2001/05/09 19:57:33 momjian Exp $ |
3 | 3 |
|
4 | 4 | #------------------------------------------------------------------------------ |
5 | 5 | # All PostgreSQL makefiles include this file and use the variables it sets, |
@@ -111,7 +111,7 @@ with_java= @with_java@ |
111 | 111 | with_perl= @with_perl@ |
112 | 112 | with_python= @with_python@ |
113 | 113 | with_tcl= @with_tcl@ |
114 | | -with_pltcl_unknown= @with_pltcl_unknown@ |
| 114 | +enable_pltcl_unknown= @enable_pltcl_unknown@ |
115 | 115 | with_tk= @with_tk@ |
116 | 116 | enable_odbc= @enable_odbc@ |
117 | 117 | MULTIBYTE= @MULTIBYTE@ |
|