New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17606: patch-src_auto_configure.diff

File patch-src_auto_configure.diff, 484 bytes (added by blb@…, 4 years ago)

diff to src/auto/configure

  • src/auto/configure

    old new  
    1545815458if test "$enable_multibyte" = "yes"; then 
    1545915459  cflags_save=$CFLAGS 
    1546015460  ldflags_save=$LDFLAGS 
    15461   if test -n "$x_includes" ; then 
     15461  if test -n "$x_includes" && test "$x_includes" != "NONE"; then 
    1546215462    CFLAGS="$CFLAGS -I$x_includes" 
    1546315463    LDFLAGS="$X_LIBS $LDFLAGS -lX11" 
    1546415464    { $as_echo "$as_me:$LINENO: checking whether X_LOCALE needed" >&5