From 505d02525fdc059fab88c0b56c304a54a32ff66b Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 15 Feb 2007 11:04:09 +0100 Subject: [PATCH] Use X_CFLAGS only when necessary. --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index 3b4b7b07..a1350b00 100644 --- a/configure.in +++ b/configure.in @@ -1144,7 +1144,6 @@ AC_PATH_X if test x"$no_x" != xyes; then if test -n "$x_includes"; then X_CFLAGS="-I$x_includes" - CPPFLAGS="$CPPFLAGS -I$x_includes" fi if test -n "$x_libraries"; then LDFLAGS="$LDFLAGS -L$x_libraries"