summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Torre <neugens@limasoftware.net>2007-03-20 17:17:01 +0000
committerMario Torre <neugens@limasoftware.net>2007-03-20 17:17:01 +0000
commite085f2007dcac21e318777e8a15a17ac45c40c4f (patch)
treefb9d808416425bcff050702ee4bef0229b83a21d
parent06c36daf84d6cc943c0cd4be12bbc006592a0c9a (diff)
downloadclasspath-e085f2007dcac21e318777e8a15a17ac45c40c4f.tar.gz
2007-03-20 Mario Torre <neugens@limasoftware.net>
* configure.ac: GConf requirement for building the java.util.prefs backend are relaxed down to version 2.6.0 (instead of 2.11.2).
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a3c1e251c..e2214d1ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-20 Mario Torre <neugens@limasoftware.net>
+
+ * configure.ac: GConf requirement for building the java.util.prefs backend
+ are relaxed down to version 2.6.0 (instead of 2.11.2).
+
2007-03-19 Mario Torre <neugens@limasoftware.net>
* gnu/java/awt/peer/KDEDesktopPeer.java:
diff --git a/configure.ac b/configure.ac
index 8c10bc9b2..259a6b3c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -498,7 +498,7 @@ if test "x${COMPILE_JNI}" = xyes; then
dnl gconf-peer
if test "x${COMPILE_GCONF_PEER}" = xyes; then
- PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.11.2)
+ PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.6.0)
AC_SUBST(GCONF_CFLAGS)
AC_SUBST(GCONF_LIBS)
dnl we also need gdk for locking