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:
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;}
|
$as_echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
|
||||||
else
|
else
|
||||||
if test "$wxUSE_UNIVERSAL" = "yes"; then
|
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:${as_lineno-$LINENO}: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
|
||||||
$as_echo "$as_me: WARNING: wxTooltip not supported yet in $TOOLKIT... disabled" >&2;}
|
$as_echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
|
||||||
else
|
else
|
||||||
$as_echo "#define wxUSE_TOOLTIPS 1" >>confdefs.h
|
$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])
|
AC_MSG_WARN([wxTooltip not supported yet under Motif... disabled])
|
||||||
else
|
else
|
||||||
if test "$wxUSE_UNIVERSAL" = "yes"; then
|
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
|
else
|
||||||
AC_DEFINE(wxUSE_TOOLTIPS)
|
AC_DEFINE(wxUSE_TOOLTIPS)
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user