Fix HX_DOS configure.ac code

This commit is contained in:
Jonathan Campbell
2018-03-08 14:41:47 -08:00
parent 39a8bec696
commit a8a875a79b

View File

@@ -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