Use correct toolkit name in wxUniv error message in configure
$TOOLKIT refers to the underlying toolkit, while the error message should really indicate that the missing functionality is in wxUniv.
This commit is contained in:
parent
c6f4c5b4c1
commit
482426f4fc
4
configure
vendored
4
configure
vendored
@ -36153,8 +36153,8 @@ if test "$wxUSE_TOOLTIPS" = "yes"; then
|
||||
$as_echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
|
||||
else
|
||||
if test "$wxUSE_UNIVERSAL" = "yes"; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in $TOOLKIT... disabled" >&5
|
||||
$as_echo "$as_me: WARNING: wxTooltip not supported yet in $TOOLKIT... disabled" >&2;}
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
|
||||
$as_echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
|
||||
else
|
||||
$as_echo "#define wxUSE_TOOLTIPS 1" >>confdefs.h
|
||||
|
||||
|
@ -7024,7 +7024,7 @@ if test "$wxUSE_TOOLTIPS" = "yes"; then
|
||||
AC_MSG_WARN([wxTooltip not supported yet under Motif... disabled])
|
||||
else
|
||||
if test "$wxUSE_UNIVERSAL" = "yes"; then
|
||||
AC_MSG_WARN([wxTooltip not supported yet in $TOOLKIT... disabled])
|
||||
AC_MSG_WARN([wxTooltip not supported yet in wxUniversal... disabled])
|
||||
else
|
||||
AC_DEFINE(wxUSE_TOOLTIPS)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user