configure.in patch for --with-tcl

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема configure.in patch for --with-tcl
Дата
Msg-id 199803020500.WAA16502@trillium.nmsu.edu
обсуждение исходный текст
Ответы Re: [HACKERS] configure.in patch for --with-tcl  (Tom I Helbekkmo <tih@Hamartun.Priv.NO>)
Список pgsql-hackers
Someone reported a problem with getting the --with-tcl configure
option to do anything.  The problem crops up with Marc's (I think it
was his) patch to enable the configure --help output for this option.
The fix is below (remember to run autoconf).

Cheers,
Brook

===========================================================================
--- configure.in.orig    Sun Mar  1 01:00:33 1998
+++ configure.in    Sun Mar  1 21:36:02 1998
@@ -239,8 +239,8 @@
 AC_ARG_WITH(
    tcl,
    [   --with-tcl              use tcl ],
-   USE_TCL=true AC_MSG_RESULT(enabled),
-   USE_TCL=false AC_MSG_RESULT(disabled)
+   USE_TCL=true; AC_MSG_RESULT(enabled),
+   USE_TCL=false; AC_MSG_RESULT(disabled)
 )
 export USE_TCL
 USE_X=$USE_TCL

В списке pgsql-hackers по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [QUESTIONS] Re: [HACKERS] Is "CREATE DOMAIN" in 6.3 ??
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: PostreSQL v6.2 Installation Program