Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b70e04c
)
enable c_glib per default
author
Roger Meier
<roger@apache.org>
Tue, 1 May 2012 11:19:53 +0000
(11:19 +0000)
committer
Roger Meier
<roger@apache.org>
Tue, 1 May 2012 11:19:53 +0000
(11:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1332618
13f79535
-47bb-0310-9956-
ffa450edef68
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2290889
..
4c6e1e2
100755
(executable)
--- a/
configure.ac
+++ b/
configure.ac
@@
-137,7
+137,7
@@
AM_CONDITIONAL([AMX_HAVE_LIBEVENT], [test "$have_libevent" = "yes"])
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)