comparison src/configure.in @ 1861:456ae41254c9 v7.2.159

updated for version 7.2-159
author vimboss
date Wed, 22 Apr 2009 15:53:09 +0000
parents b34d985598f6
children ad41c6afaa7b
comparison
equal deleted inserted replaced
1860:f765f9c139de 1861:456ae41254c9
2950 dnl Check if X_LOCALE should be defined. 2950 dnl Check if X_LOCALE should be defined.
2951 2951
2952 if test "$enable_multibyte" = "yes"; then 2952 if test "$enable_multibyte" = "yes"; then
2953 cflags_save=$CFLAGS 2953 cflags_save=$CFLAGS
2954 ldflags_save=$LDFLAGS 2954 ldflags_save=$LDFLAGS
2955 if test -n "$x_includes" ; then 2955 if test "x$x_includes" != "xNONE" ; then
2956 CFLAGS="$CFLAGS -I$x_includes" 2956 CFLAGS="$CFLAGS -I$x_includes"
2957 LDFLAGS="$X_LIBS $LDFLAGS -lX11" 2957 LDFLAGS="$X_LIBS $LDFLAGS -lX11"
2958 AC_MSG_CHECKING(whether X_LOCALE needed) 2958 AC_MSG_CHECKING(whether X_LOCALE needed)
2959 AC_TRY_COMPILE([#include <X11/Xlocale.h>],, 2959 AC_TRY_COMPILE([#include <X11/Xlocale.h>],,
2960 AC_TRY_LINK_FUNC([_Xsetlocale], [AC_MSG_RESULT(yes) 2960 AC_TRY_LINK_FUNC([_Xsetlocale], [AC_MSG_RESULT(yes)