aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-03-23 03:45:10 +0000
committerBruce Momjian <bruce@momjian.us>1998-03-23 03:45:10 +0000
commitc69e58f6204cc06ec38e494916d1a2f1864d5549 (patch)
tree6c9ef4d087ede8f759df98c17399e042b3af5356 /src
parent4d09be441321cfbaa942426f473e2d6e0cf0cfbd (diff)
downloadpostgresql-c69e58f6204cc06ec38e494916d1a2f1864d5549.tar.gz
postgresql-c69e58f6204cc06ec38e494916d1a2f1864d5549.zip
another tcl/tk patch
another tcl/tk patch
Diffstat (limited to 'src')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index b016fdc3d89..bc0020b1490 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -597,7 +597,7 @@ ice_save_CFLAGS="$CFLAGS"
ice_save_CPPFLAGS="$CPPFLAGS"
ice_save_LDFLAGS="$LDFLAGS"
-CPPFLAGS="$CPPFLAGS $X_CFLAGS -I$TCL_INCDIR"
+CPPFLAGS="$CPPFLAGS $X_CFLAGS"
TK_INCDIR=no
AC_CHECK_HEADER(tk.h, TK_INCDIR=)