1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-25 21:44:47 -04:00

Use X_CFLAGS only when necessary.

This commit is contained in:
Witold Filipczyk 2007-02-15 11:04:09 +01:00 committed by Witold Filipczyk
parent 4992eb2fec
commit dbd9536297

View File

@ -1152,7 +1152,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"