diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 02:39:44 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-07 02:39:44 +0000 |
commit | a4f387cd021a1609192a230ac88147bdd9cd7011 (patch) | |
tree | c9ef0e176d6175c5ed872bc32670ae1ec05512ce /packages/maemo/gconf-osso/configure-dbus.patch | |
parent | 9338aae8d11d18af9758e0d4d6a091cbe5026f6b (diff) | |
parent | ef577a4a45dc409f13b78925308dd25c646e92ce (diff) |
merge of '67610d438a2b24071b341922d01602d41bf4da8f'
and '7824a9c2a0a95d7eb46cd065355bda4d7a16780a'
Diffstat (limited to 'packages/maemo/gconf-osso/configure-dbus.patch')
-rw-r--r-- | packages/maemo/gconf-osso/configure-dbus.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/maemo/gconf-osso/configure-dbus.patch b/packages/maemo/gconf-osso/configure-dbus.patch deleted file mode 100644 index dfba0763c9..0000000000 --- a/packages/maemo/gconf-osso/configure-dbus.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- GConf-2.6.4/configure.in.orig 2007-03-03 18:30:35.000000000 +0000 -+++ GConf-2.6.4/configure.in 2007-03-03 18:30:50.000000000 +0000 -@@ -186,7 +186,7 @@ - - AC_ARG_WITH(ipc, [ --with-ipc=[orbit/dbus/both] choose ipc mechanism to use in the daemon, [default=dbus]], with_ipc="$withval", with_ipc=dbus) - --if test x$with_ipc = xorbit -o x$with_ipc = xboth; then -+if test x$with_ipc = xorbit -o x$with_ipc = xboth -o x$with_ipc = xdbus; then - PKG_CHECK_MODULES(GCONF_ORBIT, ORBit-2.0 >= 2.4.0 linc >= 0.5.0, have_orbit=yes, have_orbit=no) - if test x$have_orbit = xno ; then - AC_MSG_WARN([ORBit development libraries not found]) |