mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Fix HX_DOS configure.ac code
This commit is contained in:
@@ -141,7 +141,7 @@ AC_ARG_ENABLE(hx-dos,AC_HELP_STRING([--enable-hx-dos],[Enable HX target]),enable
|
||||
dnl Some stuff for the icon.
|
||||
case "$host" in
|
||||
*-*-cygwin* | *-*-mingw32*)
|
||||
if [ x"$enable_hx" == x"yes" ]; then
|
||||
if test x$enable_hx == xyes; then
|
||||
CXXFLAGS="$CXXFLAGS -DHX_DOS"
|
||||
AC_DEFINE(C_HX_DOS,1,[Targeting HX DOS extender])
|
||||
fi
|
||||
|
Reference in New Issue
Block a user