]> git.pld-linux.org Git - packages/dbus.git/blob - dbus-ac.patch
- %pyrequires_eq for python-dbus
[packages/dbus.git] / dbus-ac.patch
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.022412 seconds and 3 git commands to generate.