Allow using versions of libnotify < 0.7 in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:36:43 +0000 (13:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 13:36:43 +0000 (13:36 +0000)
commit2eb92b0da899c88cbc7595e4125962f8a9d0dfcb
treee14a98588fd98cac5f697355642b6fa3f3665181
parent82213cb04e56cb1aa3c8659f3c36c9b3017ad345
Allow using versions of libnotify < 0.7 in wxGTK.

libnotify 0.4.5 included in Ubuntu Lucid (10.04) can be used for implementing
wxNotificationMessage too, there is only a minor difference with 0.7 API. So
while we stick check for 0.7 initially, accept lower versions too if 0.7 is
not available.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
setup.h.in
src/gtk/notifmsg.cpp