remove unused __WXGTK12__ symbol
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
10
configure.in
10
configure.in
@@ -2899,7 +2899,6 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
|
|
||||||
GUI_TK_LIBRARY=
|
GUI_TK_LIBRARY=
|
||||||
|
|
||||||
WXGTK12=
|
|
||||||
WXGTK127=
|
WXGTK127=
|
||||||
WXGTK2=
|
WXGTK2=
|
||||||
WXGPE=
|
WXGPE=
|
||||||
@@ -3003,10 +3002,8 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
TOOLKIT_VERSION=2
|
TOOLKIT_VERSION=2
|
||||||
;;
|
;;
|
||||||
1.2.7) WXGTK127=1
|
1.2.7) WXGTK127=1
|
||||||
WXGTK12=1
|
|
||||||
;;
|
|
||||||
1.2.3) WXGTK12=1
|
|
||||||
;;
|
;;
|
||||||
|
1.2*) ;;
|
||||||
*) AC_MSG_ERROR([
|
*) AC_MSG_ERROR([
|
||||||
The development files for GTK+ were not found. For GTK+ 2, please
|
The development files for GTK+ were not found. For GTK+ 2, please
|
||||||
ensure that pkg-config is in the path and that gtk+-2.0.pc is
|
ensure that pkg-config is in the path and that gtk+-2.0.pc is
|
||||||
@@ -5371,11 +5368,6 @@ fi
|
|||||||
|
|
||||||
if test "$WXGTK2" = 1 ; then
|
if test "$WXGTK2" = 1 ; then
|
||||||
AC_DEFINE_UNQUOTED(__WXGTK20__,$WXGTK2)
|
AC_DEFINE_UNQUOTED(__WXGTK20__,$WXGTK2)
|
||||||
WXGTK12=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$WXGTK12" = 1 ; then
|
|
||||||
AC_DEFINE_UNQUOTED(__WXGTK12__,$WXGTK12)
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$WXGTK127" = 1 ; then
|
if test "$WXGTK127" = 1 ; then
|
||||||
|
@@ -53,9 +53,6 @@
|
|||||||
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
#undef WORDS_BIGENDIAN
|
#undef WORDS_BIGENDIAN
|
||||||
|
|
||||||
/* Define this if your version of GTK+ is greater than 1.2 */
|
|
||||||
#undef __WXGTK12__
|
|
||||||
|
|
||||||
/* Define this if your version of GTK+ is greater than 1.2.7 */
|
/* Define this if your version of GTK+ is greater than 1.2.7 */
|
||||||
#undef __WXGTK127__
|
#undef __WXGTK127__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user