Re: [HACKERS] configure.in patch for --with-tcl - Mailing list pgsql-hackers

From Tom I Helbekkmo
Subject Re: [HACKERS] configure.in patch for --with-tcl
Date
Msg-id 19980302075603.34977@Hamartun.Priv.NO
Whole thread Raw
In response to configure.in patch for --with-tcl  (Brook Milligan <brook@trillium.NMSU.Edu>)
List pgsql-hackers
On Sun, Mar 01, 1998 at 10:00:00PM -0700, Brook Milligan wrote:

> -   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)

...and ditto for Perl, a couple of lines below these, of course.

-tih
--
Popularity is the hallmark of mediocrity.  --Niles Crane, "Frasier"

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: Re: [PATCHES] Changes to sequence.c
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Rule plan size for views?