ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.160 by root, Sun Oct 27 16:20:55 2013 UTC vs.
Revision 1.161 by root, Sat Dec 13 10:47:15 2014 UTC

6995 6995
6996 6996
6997 6997
6998 6998
6999save_LIBS=$LIBS 6999save_LIBS=$LIBS
7000save_CFLAGS=$CFLAGS 7000save_CXXFLAGS=$CXXFLAGS
7001CFLAGS="$CFLAGS $X_CFLAGS" 7001CXXFLAGS="$CXXFLAGS $X_CFLAGS"
7002LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11" 7002LIBS="$LIBS $X_LIBS $X_EXTRA_LIBS -lX11"
7003if test x$support_xim = xyes; then 7003if test x$support_xim = xyes; then
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5 7004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working Xlocale" >&5
7005$as_echo_n "checking for working Xlocale... " >&6; } 7005$as_echo_n "checking for working Xlocale... " >&6; }
7006if ${rxvt_cv_func_xlocale+:} false; then : 7006if ${rxvt_cv_func_xlocale+:} false; then :
7106 7106
7107$as_echo "#define HAVE_XSETLOCALE 1" >>confdefs.h 7107$as_echo "#define HAVE_XSETLOCALE 1" >>confdefs.h
7108 7108
7109fi 7109fi
7110LIBS=$save_LIBS 7110LIBS=$save_LIBS
7111CFLAGS=$save_CFLAGS 7111CXXFLAGS=$save_CXXFLAGS
7112 7112
7113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5 7113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working nl_langinfo" >&5
7114$as_echo_n "checking for working nl_langinfo... " >&6; } 7114$as_echo_n "checking for working nl_langinfo... " >&6; }
7115if ${rxvt_cv_func_nl_langinfo+:} false; then : 7115if ${rxvt_cv_func_nl_langinfo+:} false; then :
7116 $as_echo_n "(cached) " >&6 7116 $as_echo_n "(cached) " >&6
7141$as_echo "#define HAVE_NL_LANGINFO 1" >>confdefs.h 7141$as_echo "#define HAVE_NL_LANGINFO 1" >>confdefs.h
7142 7142
7143fi 7143fi
7144 7144
7145 7145
7146
7146case $host in 7147case $host in
7147 *-*-solaris*) 7148 *-*-solaris*)
7149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7150/* end confdefs.h. */
7148 7151
7152#if __STDC_VERSION__ >= 199901L
7153error
7154#endif
7155
7156int
7157main ()
7158{
7159
7160 ;
7161 return 0;
7162}
7163_ACEOF
7164if ac_fn_cxx_try_compile "$LINENO"; then :
7149$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h 7165 $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
7150 7166
7167else
7168 $as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h
7169
7170fi
7171rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sendmsg" >&5 7172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sendmsg" >&5
7152$as_echo_n "checking for library containing sendmsg... " >&6; } 7173$as_echo_n "checking for library containing sendmsg... " >&6; }
7153if ${ac_cv_search_sendmsg+:} false; then : 7174if ${ac_cv_search_sendmsg+:} false; then :
7154 $as_echo_n "(cached) " >&6 7175 $as_echo_n "(cached) " >&6
7155else 7176else
7665 7686
7666 fi 7687 fi
7667fi 7688fi
7668 7689
7669if test x$support_image = xyes && test x$rxvt_have_xrender = xyes; then 7690if test x$support_image = xyes && test x$rxvt_have_xrender = xyes; then
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Render >= 0.11" >&5
7692$as_echo_n "checking for Render >= 0.11... " >&6; }
7693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7694/* end confdefs.h. */
7695
7696#include <X11/extensions/Xrender.h>
7697#if RENDER_MAJOR == 0 && RENDER_MINOR <= 10
7698error
7699#endif
7700
7701int
7702main ()
7703{
7704
7705 ;
7706 return 0;
7707}
7708_ACEOF
7709if ac_fn_cxx_try_compile "$LINENO"; then :
7710
7711else
7712 support_image=no
7713fi
7714rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7715 if test x$support_image = xyes; then
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7717$as_echo "ok" >&6; }
7670 LIBS="$LIBS -lm" 7718 LIBS="$LIBS -lm"
7671 7719
7672$as_echo "#define XRENDER 1" >>confdefs.h 7720$as_echo "#define XRENDER 1" >>confdefs.h
7673 7721
7674 7722
7675 if test x$support_inheritpixmap = xyes; then 7723 if test x$support_inheritpixmap = xyes; then
7676 7724
7677$as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h 7725$as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h
7678 7726
7727 fi
7728 else
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7730$as_echo "no" >&6; }
7679 fi 7731 fi
7680fi 7732fi
7681 7733
7682if test x$support_styles = xyes; then 7734if test x$support_styles = xyes; then
7683 7735

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines