projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7708534
)
./configure will be failed when miss gconf-2.0
author
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 23 Feb 2009 06:17:21 +0000
(14:17 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 23 Feb 2009 06:17:21 +0000
(14:17 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0be3b41686cdf407b376760abe8ca54040956ca3..07f84912d661f0d884a73ba4780519260019a053 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-181,12
+181,8
@@
enable_qt4=no
AM_CONDITIONAL(IBUS_BUILD_QT4, [test x"$enable_qt4" = x"yes" ])
PKG_CHECK_MODULES(GCONF,
- [gconf-2.0 >= 2.11.1],
- [IBUS_HAS_GCONF=yes],
- [IBUS_HAS_GCONF=no]
+ [gconf-2.0 >= 2.12],
)
-AC_SUBST(GCONF_CFLAGS)
-AC_SUBST(GCONF_LIBS)
# check iso-codes
AC_ARG_ENABLE(iso-codes-check,