]> git.pld-linux.org Git - packages/dbus.git/blame - dbus-ac.patch
- check for SESSION_BUS_PROFILE_D option
[packages/dbus.git] / dbus-ac.patch
CommitLineData
184a7a90
AF
1--- dbus-0.11/configure.in.wiget 2003-06-11 17:00:29.541272581 +0200
2+++ dbus-0.11/configure.in 2003-06-11 17:00:43.619002268 +0200
3@@ -429,7 +429,7 @@
4 fi
5
6 dnl linking to kdecore will give us a bit of help from libtool
7-if (! kde-config >& /dev/null); then
8+if (! kde-config > /dev/null 2> /dev/null); then
9 have_qt=no
10 else
11 kdelibs=`kde-config --install lib --expandvars 2>/dev/null`
This page took 0.038958 seconds and 4 git commands to generate.