Reset wxUSE_LIBNOTIFY if libnotify not detected in configure.
This avoids WARNING: libnotify not found, wxNotificationMessage will use generic implementation. followed by Which GUI toolkit should wxWidgets use? GTK+ 2 with support for libnotify at the end. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
041f9a4cf2
commit
9a126106a9
20
configure
vendored
20
configure
vendored
@ -34091,12 +34091,18 @@ fi
|
|||||||
# Put the nasty error message in config.log where it belongs
|
# Put the nasty error message in config.log where it belongs
|
||||||
echo "$LIBNOTIFY_PKG_ERRORS" >&5
|
echo "$LIBNOTIFY_PKG_ERRORS" >&5
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
||||||
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
||||||
|
wxUSE_LIBNOTIFY="no"
|
||||||
|
|
||||||
|
|
||||||
elif test $pkg_failed = untried; then
|
elif test $pkg_failed = untried; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
||||||
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
||||||
|
wxUSE_LIBNOTIFY="no"
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
|
LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
|
||||||
@ -34168,12 +34174,18 @@ fi
|
|||||||
# Put the nasty error message in config.log where it belongs
|
# Put the nasty error message in config.log where it belongs
|
||||||
echo "$LIBNOTIFY_PKG_ERRORS" >&5
|
echo "$LIBNOTIFY_PKG_ERRORS" >&5
|
||||||
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
||||||
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
||||||
|
wxUSE_LIBNOTIFY="no"
|
||||||
|
|
||||||
|
|
||||||
elif test $pkg_failed = untried; then
|
elif test $pkg_failed = untried; then
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&5
|
||||||
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
$as_echo "$as_me: WARNING: libnotify not found, wxNotificationMessage will use generic implementation." >&2;}
|
||||||
|
wxUSE_LIBNOTIFY="no"
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
|
LIBNOTIFY_CFLAGS=$pkg_cv_LIBNOTIFY_CFLAGS
|
||||||
|
@ -5477,7 +5477,10 @@ if test "$WXGTK2" = 1; then
|
|||||||
[
|
[
|
||||||
PKG_CHECK_MODULES(LIBNOTIFY, [libnotify >= 0.4],
|
PKG_CHECK_MODULES(LIBNOTIFY, [libnotify >= 0.4],
|
||||||
[HAVE_LIBNOTIFY=1],
|
[HAVE_LIBNOTIFY=1],
|
||||||
[AC_MSG_WARN([libnotify not found, wxNotificationMessage will use generic implementation.])]
|
[
|
||||||
|
AC_MSG_WARN([libnotify not found, wxNotificationMessage will use generic implementation.])
|
||||||
|
wxUSE_LIBNOTIFY="no"
|
||||||
|
]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user