[Libreoffice-bugs] [Bug 48872] Don't check for ORBit when checking for GConf

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 19 12:55:09 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=48872

Michael Meeks <michael.meeks at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #5 from Michael Meeks <michael.meeks at novell.com> 2012-04-19 03:55:09 PDT ---
I'd remove the check from configure too:

--- a/configure.in
+++ b/configure.in
@@ -8472,7 +8472,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


Otherwise it compiles nicely in shell/ and looks much better - thanks ! :-)

Please can you post the patch to the list with a Subject: beginning [PATCH] -
and we also need an explicit: MPL/LGPLv3+ license statement - preferably for
all your contributions cf.

https://wiki.documentfoundation.org/Development/Developers#Companies

Thanks ! :-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list