Andrew Paulsen on #classpath reported that the backend can be built
using an older version of GConf, so I'm lowering the version number
required by configure.
More testing would be nice, but this should mean that this preference
backend can now be used on OpenEmbedded (and that is cool!).
I'll put the patch in as soon as my system finish to compile
everything...
Mario
2007-03-20 Mario Torre <[EMAIL PROTECTED]>
* configure.ac: GConf requirement for building the java.util.prefs
backend are relaxed down to version 2.6.0 (instead of 2.11.2).
--
Lima Software - http://www.limasoftware.net/
GNU Classpath Developer - http://www.classpath.org/
Jabber: [EMAIL PROTECTED] - Profile:
http://www.gtalkprofile.com/profile/9661.html
pgp key: http://subkeys.pgp.net/
PGP Key ID: 80F240CF
Fingerprint: BA39 9666 94EC 8B73 27FA FC7C 4086 63E3 80F2 40CF
Please, support open standards:
http://opendocumentfellowship.org/petition/
http://www.nosoftwarepatents.com/
### Eclipse Workspace Patch 1.0
#P classpath
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.199
diff -u -r1.199 configure.ac
--- configure.ac 19 Mar 2007 00:00:09 -0000 1.199
+++ configure.ac 20 Mar 2007 16:22:53 -0000
@@ -498,7 +498,7 @@
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