Regenerated configure script.

This commit is contained in:
Volker Ruppert 2021-02-09 08:24:20 +00:00
parent 006c843c96
commit 1f583e6e7f
1 changed files with 17 additions and 1 deletions

18
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 14064 2021-01-02 20:49:39Z vruppert .
# From configure.in Id: configure.in 14135 2021-02-09 08:23:24Z vruppert .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@ -24995,6 +24995,22 @@ $as_echo "wxWidgets" >&6; }
$as_echo "#define BX_USE_TEXTCONFIG 0" >>confdefs.h
else
if test "$DEFAULT_GUI" = win32; then
$as_echo "#define BX_DEFAULT_CONFIG_INTERFACE \"win32config\"" >>confdefs.h
else
$as_echo "#define BX_DEFAULT_CONFIG_INTERFACE \"textconfig\"" >>confdefs.h
fi
if test "$DEFAULT_GUI" = x11; then
$as_echo "#define BX_DEFAULT_DISPLAY_LIBRARY \"x\"" >>confdefs.h
else
cat >>confdefs.h <<_ACEOF
#define BX_DEFAULT_DISPLAY_LIBRARY "$DEFAULT_GUI"
_ACEOF
fi
$as_echo "#define BX_USE_TEXTCONFIG 1" >>confdefs.h
fi