Added support for new style OS/2 autodetection.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -558,7 +558,7 @@ case "${host}" in
|
|||||||
DEFAULT_DEFAULT_wxUSE_MSW=1
|
DEFAULT_DEFAULT_wxUSE_MSW=1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*-pc-os2_emx )
|
*-pc-os2_emx | *-pc-os2-emx )
|
||||||
AC_DEFINE(__EMX__)
|
AC_DEFINE(__EMX__)
|
||||||
PROGRAM_EXT=".exe"
|
PROGRAM_EXT=".exe"
|
||||||
DEFAULT_DEFAULT_wxUSE_PM=1
|
DEFAULT_DEFAULT_wxUSE_PM=1
|
||||||
@@ -1354,7 +1354,7 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
dnl Path separator; ':' for unix.
|
dnl Path separator; ':' for unix.
|
||||||
dnl Stem for flex output; lexyy for OS/2, lex.yy otherwise
|
dnl Stem for flex output; lexyy for OS/2, lex.yy otherwise
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-pc-os2_emx )
|
*-pc-os2_emx | *-pc-os2-emx )
|
||||||
# PATH_IFS is autodetected by OS/2's configure (usually ';')
|
# PATH_IFS is autodetected by OS/2's configure (usually ';')
|
||||||
NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
|
NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
|
||||||
LEX_STEM="lexyy"
|
LEX_STEM="lexyy"
|
||||||
@@ -2252,7 +2252,7 @@ if test "$wxUSE_SHARED" = "yes"; then
|
|||||||
PIC_FLAG=
|
PIC_FLAG=
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*-pc-os2_emx )
|
*-pc-os2_emx | *-pc-os2-emx )
|
||||||
dnl only static for now
|
dnl only static for now
|
||||||
wxUSE_SHARED=no
|
wxUSE_SHARED=no
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user