Always use wxGTK, not wxMotif, by default under Unix systems

wxMotif is not in a shape to be really for anything currently.
This commit is contained in:
Vadim Zeitlin
2017-04-23 16:13:40 +02:00
parent 00ddcfa18a
commit 7fb926c664
2 changed files with 16 additions and 16 deletions

16
configure vendored
View File

@@ -3751,7 +3751,7 @@ DEFAULT_STD_FLAG=yes
case "${host}" in
*-hp-hpux* )
USE_HPUX=1
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
$as_echo "#define __HPUX__ 1" >>confdefs.h
@@ -3787,7 +3787,7 @@ case "${host}" in
$as_echo "#define __SVR4__ 1" >>confdefs.h
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-qnx*)
USE_QNX=1
@@ -3805,7 +3805,7 @@ case "${host}" in
$as_echo "#define __SVR4__ 1" >>confdefs.h
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
;;
*-*-sunos4* )
@@ -3818,7 +3818,7 @@ case "${host}" in
$as_echo "#define __BSD__ 1" >>confdefs.h
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-freebsd*)
USE_BSD=1
@@ -3857,7 +3857,7 @@ case "${host}" in
$as_echo "#define __OSF__ 1" >>confdefs.h
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
;;
*-*-dgux5* )
@@ -3867,7 +3867,7 @@ case "${host}" in
$as_echo "#define __SVR4__ 1" >>confdefs.h
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-sysv5* )
USE_SYSV=1
@@ -3876,7 +3876,7 @@ case "${host}" in
$as_echo "#define __SVR4__ 1" >>confdefs.h
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-aix* )
USE_AIX=1
@@ -3888,7 +3888,7 @@ case "${host}" in
$as_echo "#define __SVR4__ 1" >>confdefs.h
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-*UnixWare*)

View File

@@ -139,7 +139,7 @@ dnl SHARED_LIB_SETUP to find the exact place
case "${host}" in
*-hp-hpux* )
USE_HPUX=1
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
AC_DEFINE(__HPUX__)
@@ -171,7 +171,7 @@ case "${host}" in
USE_SVR4=1
AC_DEFINE(__SGI__)
AC_DEFINE(__SVR4__)
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-qnx*)
USE_QNX=1
@@ -185,7 +185,7 @@ case "${host}" in
AC_DEFINE(__SUN__)
AC_DEFINE(__SOLARIS__)
AC_DEFINE(__SVR4__)
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
;;
*-*-sunos4* )
@@ -195,7 +195,7 @@ case "${host}" in
AC_DEFINE(__SUN__)
AC_DEFINE(__SUNOS__)
AC_DEFINE(__BSD__)
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-freebsd*)
USE_BSD=1
@@ -228,7 +228,7 @@ case "${host}" in
USE_OSF=1
AC_DEFINE(__ALPHA__)
AC_DEFINE(__OSF__)
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
;;
*-*-dgux5* )
@@ -236,14 +236,14 @@ case "${host}" in
USE_SVR4=1
AC_DEFINE(__ALPHA__)
AC_DEFINE(__SVR4__)
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-sysv5* )
USE_SYSV=1
USE_SVR4=1
AC_DEFINE(__SYSV__)
AC_DEFINE(__SVR4__)
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-aix* )
USE_AIX=1
@@ -252,7 +252,7 @@ case "${host}" in
AC_DEFINE(__AIX__)
AC_DEFINE(__SYSV__)
AC_DEFINE(__SVR4__)
DEFAULT_DEFAULT_wxUSE_MOTIF=1
DEFAULT_DEFAULT_wxUSE_GTK=1
;;
*-*-*UnixWare*)