https://bugs.freedesktop.org/show_bug.cgi?id=48872
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Michael Meeks <[email protected]> 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. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
