1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Use X_CFLAGS only when necessary.

This commit is contained in:
Witold Filipczyk 2007-02-15 11:04:09 +01:00 committed by Kalle Olavi Niemitalo
parent 0f80b8e293
commit 505d02525f

View File

@ -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"