summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-31 14:46:22 +0100
committerTomas Chvatal <tchvatal@suse.cz>2012-05-31 16:21:54 +0200
commit2b69153ddbf1a0d1f44e9190caaa5eec99be5f5d (patch)
treee4045c95688ea968dc55c2ec726b3b3ce5fed287 /configure.in
parent3d6e83aa1161a2a7b2c6c334f458a019185ea670 (diff)
remove ORBit configure check
Change-Id: I2be7decd8ee54a1199cbbc205bceb782b748f042 Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
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 6b330ea6f576..5830bdf5a88c 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