- regenerated after Debian fixes

This commit is contained in:
Volker Ruppert 2012-07-14 07:04:17 +00:00
parent 53438e92c6
commit 6edd2ba547

6
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in 11250 2012-07-01 14:37:13Z vruppert .
# From configure.in Id: configure.in 11278 2012-07-14 07:01:43Z vruppert .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68.
#
@ -23161,8 +23161,8 @@ LINK="\$(CXX) -o \$@ \$(CXXFLAGS) \$(LDFLAGS)"
LINK_CONSOLE="\$(CXX) -o \$@ \$(CXXFLAGS_CONSOLE) \$(LDFLAGS)"
# unless NO_LT is set, add libtool to the front of the link command
if test "$NO_LT" != 1; then
LINK="\$(LIBTOOL) --mode=link $LINK"
LINK_CONSOLE="\$(LIBTOOL) --mode=link $LINK_CONSOLE"
LINK="\$(LIBTOOL) --mode=link --tag CXX $LINK"
LINK_CONSOLE="\$(LIBTOOL) --mode=link --tag CXX $LINK_CONSOLE"
fi
EXE=""
COMMAND_SEPARATOR="&& \\"