summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-01 10:37:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-01 10:37:18 +0000
commit7cac55174385bb278c4ae979bcf31f106072798e (patch)
treec493302cfc75de002a342f45163871481350576d /configure.in
parent055995086474821207313bacabe50bd9b9d7774c (diff)
case matters
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b1c9e1870cc9..6052587e70d8 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