1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

Sync patches with upstream

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2796 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-09-26 09:54:15 +00:00
parent 126d9790aa
commit 8ec9fd5951
@@ -52,15 +52,3 @@ Index: configure.ac
##### Find out the version of DBUS we're using
dbus_version=`pkg-config --modversion dbus-1`
@@ -124,11 +123,6 @@
fi
fi
-PKG_CHECK_EXISTS([libgnome-2.0 >= 2.14.0],[have_libgnome_2_14=yes],[have_libgnome_2_14=no])
-if test "$have_libgnome_2_14" = "yes"; then
- AC_DEFINE([HAVE_LIBGNOME_2_14],[1],[Define if we have libgnome 2.14])
-fi
-
AM_CONDITIONAL(WITH_NOTIFY, test x"$enable_notify" != xno) # can't do it from inside 'if'
AM_CONDITIONAL([HAVE_GTK_2_10],[test "$have_gtk_2_10" = "yes"])