You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/05/01 13:19:53 UTC

svn commit: r1332618 - /thrift/trunk/configure.ac

Author: roger
Date: Tue May  1 11:19:53 2012
New Revision: 1332618

URL: http://svn.apache.org/viewvc?rev=1332618&view=rev
Log:
enable c_glib per default

Modified:
    thrift/trunk/configure.ac

Modified: thrift/trunk/configure.ac
URL: http://svn.apache.org/viewvc/thrift/trunk/configure.ac?rev=1332618&r1=1332617&r2=1332618&view=diff
==============================================================================
--- thrift/trunk/configure.ac (original)
+++ thrift/trunk/configure.ac Tue May  1 11:19:53 2012
@@ -137,7 +137,7 @@ AM_CONDITIONAL([AMX_HAVE_LIBEVENT], [tes
 AM_CONDITIONAL([AMX_HAVE_ZLIB], [test "$have_zlib" = "yes"])
 AM_CONDITIONAL([AMX_HAVE_QT], [test "$have_qt" = "yes"])
 
-AX_THRIFT_LIB(c_glib, [C (GLib)], no)
+AX_THRIFT_LIB(c_glib, [C (GLib)], yes)
 if test "$with_c_glib" = "yes"; then
   PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.0], have_glib2=yes, have_glib2=no)
   PKG_CHECK_MODULES([GOBJECT], [gobject-2.0 >= 2.0], have_gobject2=yes, have_gobject2=no)