Ticket #17606: patch-src_auto_configure.diff
File patch-src_auto_configure.diff, 484 bytes (added by blb@…, 16 years ago) |
---|
-
src/auto/configure
old new 15458 15458 if test "$enable_multibyte" = "yes"; then 15459 15459 cflags_save=$CFLAGS 15460 15460 ldflags_save=$LDFLAGS 15461 if test -n "$x_includes" ; then15461 if test -n "$x_includes" && test "$x_includes" != "NONE"; then 15462 15462 CFLAGS="$CFLAGS -I$x_includes" 15463 15463 LDFLAGS="$X_LIBS $LDFLAGS -lX11" 15464 15464 { $as_echo "$as_me:$LINENO: checking whether X_LOCALE needed" >&5