[Libreoffice-commits] .: configure.in
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Nov 1 03:37:27 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7cac55174385bb278c4ae979bcf31f106072798e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Nov 1 10:37:18 2011 +0000
case matters
diff --git a/configure.in b/configure.in
index b1c9e18..6052587 100644
--- a/configure.in
+++ b/configure.in
@@ -6956,7 +6956,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 ORBit-2.0 )
else
AC_MSG_RESULT([no])
fi
More information about the Libreoffice-commits
mailing list