]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2003-04-11 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 11 Apr 2003 21:21:21 +0000 (21:21 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 11 Apr 2003 21:21:21 +0000 (21:21 +0000)
* configure.in: add another directory to look for qt in.

ChangeLog
configure.in
doc/TODO

index 5b3b0de738b0bf8556620e57d12927bb1fdca0e3..3132df68228abc770e4331b667e20244ceb31a7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-11  Havoc Pennington  <hp@redhat.com>
+
+       * configure.in: add another directory to look for qt in.
+
 2003-04-11  Havoc Pennington  <hp@redhat.com>
 
        * AUTHORS: add Colin Walters
index 512da4f06744547f01203ad2ba398ea05f1b54e3..ec5ea92e2e6619feb5bbce222a40228d3a251bdc 100644 (file)
@@ -355,7 +355,7 @@ if test -n "$QTDIR" -a -f "$QTDIR/include/qglobal.h"; then
     have_qt=yes
     DBUS_QT_CXXFLAGS="-I$QTDIR/include"
 else
-    for dir in "${prefix}/include/qt" "/usr/include/qt3" "/usr/include/qt" "/usr/lib/qt/include"; do
+    for dir in "${prefix}/include/qt" "/usr/include/qt-3.1" "/usr/include/qt3" "/usr/include/qt" "/usr/lib/qt/include"; do
         if test -f "$dir/qglobal.h"; then
             have_qt=yes
             DBUS_QT_CXXFLAGS="-I$dir"
index 77afa3ccd3faa568694db38dd6d4ebd282edc3d3..e1d2152cc5518439c3c02554756ceefdc7d97ad0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -77,3 +77,8 @@
  - dbus_error_has_name(), dbus_message_name_is()
 
  - add DBUS_TYPE_INT64 ? 
+
+ - if you send a message to a service then block for reply, and the service exits/crashes
+   after the message bus has processed your message but before the service has replied, 
+   it would be nice if the message bus sent you an error reply.
+