Skip to Content.
Sympa Menu

freetds - 0.40 configure bug + fix

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Tom Poindexter <poindexter.tom AT tci.com>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: 0.40 configure bug + fix
  • Date: Mon, 23 Nov 1998 12:42:47 -0700


configure.in (and necesarily, configure)

Unquoted shell variables fail during test(1).

line 28:
if test -n $CFLAGS; then OLDCFLAGS="$OLDCFLAGS -DHW_LITTLE_ENDIAN";

should be:
if test -n "$CFLAGS"; then OLDCFLAGS="$OLDCFLAGS -DHW_LITTLE_ENDIAN";



--
Tom Poindexter



  • 0.40 configure bug + fix, Tom Poindexter, 11/23/1998

Archive powered by MHonArc 2.6.24.

Top of Page