diff options
| author | Bruce Momjian | 2001-05-09 19:41:57 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-05-09 19:41:57 +0000 |
| commit | acd16eadf527a8db86505a3f36414196411ac592 (patch) | |
| tree | c940957031db0bf1b062d8f0168a4001461f03a7 /configure.in | |
| parent | f598201348646dd06ff2278197bc90182d09f1ac (diff) | |
Change --with-pltcl-unknown to --enable-pltcl-unknown
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index b1e665c0b04..f0484f4afb5 100644 --- a/configure.in +++ b/configure.in @@ -362,12 +362,12 @@ AC_SUBST([with_tcl]) # If Tcl is enabled (above) then check for pltcl_unknown_support AC_MSG_CHECKING([whether to build with pl/tcl unknown support]) if test "$with_tcl" = yes; then - PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --with-pltcl-unknown build pl/tcl unknown support if Tcl is enabled]) + PGAC_ARG_BOOL(with, pltcl_unknown, no, [ --enable-pltcl-unknown build pl/tcl unknown support if Tcl is enabled]) else - with_pltcl_unknown=no + enable_pltcl_unknown=no fi -AC_MSG_RESULT([$with_pltcl_unknown]) -AC_SUBST([with_pltcl_unknown]) +AC_MSG_RESULT([$enable_pltcl_unknown]) +AC_SUBST([enable_pltcl_unknown]) # If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk AC_MSG_CHECKING([whether to build with Tk]) |
