HAS_WINDOWS --> HAS_WINGUI

allow compilation on MS Windows without GUI
This commit is contained in:
h_vogt
2013-12-31 12:56:57 +01:00
committed by rlar
parent 09273deb95
commit d7e291c53a
40 changed files with 89 additions and 89 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ AC_MSG_CHECKING([whether windows code is enabled])
AC_ARG_WITH([windows],
[AS_HELP_STRING([--with-windows], [MS WINDOWS executable])],
[if test "x$with_windows" = xyes; then
AC_DEFINE([HAS_WINDOWS], [1], [define to specify MS Windows executable])
AC_DEFINE([HAS_WINGUI], [1], [define to specify MS Windows executable])
fi],
[with_windows=no])
AC_MSG_RESULT([$with_windows])