[gq-commit] gq configure.in,1.34,1.35
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-07-13 16:42:35
|
Update of /cvsroot/gqclient/gq In directory usw-pr-cvs1:/tmp/cvs-serv8208 Modified Files: configure.in Log Message: * Fixed improper reporting of gdk_pixbuf usage Index: configure.in =================================================================== RCS file: /cvsroot/gqclient/gq/configure.in,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** configure.in 5 Jul 2002 06:49:19 -0000 1.34 --- configure.in 13 Jul 2002 16:42:31 -0000 1.35 *************** *** 187,192 **** --- 187,194 ---- AC_PATH_PROG(GDK_PIXBUF_CONFIG, gdk-pixbuf-config,,$PATH) + HAVE_PIXBUF= if test "x$GDK_PIXBUF_CONFIG" != x; then AC_DEFINE(HAVE_PIXBUF) + HAVE_PIXBUF=1 GDK_PIXBUF_LIBS=`$GDK_PIXBUF_CONFIG --libs` GDK_PIXBUF_CFLAGS=`$GDK_PIXBUF_CONFIG --cflags` *************** *** 335,343 **** echo ! echo -n "UTF-8 support.................. " ARG_YESNO(ac_cv_header_iconv_h) echo -n "LDAP Schema support............ " ARG_YESNO($ac_cv_func_ldap_str2objectclass) echo -n "TLS support.................... " ARG_YESNO($gq_have_tls) echo -n "Encrypted passwords............ " ARG_YESNO($ac_cv_lib_crypto_OpenSSL_add_all_digests) ! echo -n "Gdk-pixbuf support............. " ARG_YESNO(ac_cv_header_gdk_pixbuf_gdk_pixbuf_h) echo -n "SASL binds..................... " ARG_YESNO($ac_cv_header_sasl_h) echo -n "Kerberos binds................. " ARG_YESNO($HAVE_KERBEROS) --- 337,345 ---- echo ! echo -n "UTF-8 support.................. " ARG_YESNO($ac_cv_header_iconv_h) echo -n "LDAP Schema support............ " ARG_YESNO($ac_cv_func_ldap_str2objectclass) echo -n "TLS support.................... " ARG_YESNO($gq_have_tls) echo -n "Encrypted passwords............ " ARG_YESNO($ac_cv_lib_crypto_OpenSSL_add_all_digests) ! echo -n "Gdk-pixbuf support............. " ARG_YESNO($HAVE_PIXBUF) echo -n "SASL binds..................... " ARG_YESNO($ac_cv_header_sasl_h) echo -n "Kerberos binds................. " ARG_YESNO($HAVE_KERBEROS) |