[Libreoffice-commits] .: Branch 'libreoffice-3-5' - configure.in

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Thu May 31 07:22:05 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2b69153ddbf1a0d1f44e9190caaa5eec99be5f5d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu May 31 14:46:22 2012 +0100

    remove ORBit configure check
    
    Change-Id: I2be7decd8ee54a1199cbbc205bceb782b748f042
    
    Signed-off-by: Tomas Chvatal <tchvatal at suse.cz>

diff --git a/configure.in b/configure.in
index 6b330ea..5830bdf 100644
--- a/configure.in
+++ b/configure.in
@@ -7027,7 +7027,7 @@ AC_MSG_CHECKING([whether to enable GConf support])
 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then
     ENABLE_GCONF="TRUE"
     AC_MSG_RESULT([yes])
-    PKG_CHECK_MODULES( GCONF, gconf-2.0 ORBit-2.0 )
+    PKG_CHECK_MODULES( GCONF, gconf-2.0 )
 else
     AC_MSG_RESULT([no])
 fi


More information about the Libreoffice-commits mailing list