- regenerated after Debian fixes
This commit is contained in:
parent
53438e92c6
commit
6edd2ba547
6
bochs/configure
vendored
6
bochs/configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /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.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.68.
|
# Generated by GNU Autoconf 2.68.
|
||||||
#
|
#
|
||||||
@ -23161,8 +23161,8 @@ LINK="\$(CXX) -o \$@ \$(CXXFLAGS) \$(LDFLAGS)"
|
|||||||
LINK_CONSOLE="\$(CXX) -o \$@ \$(CXXFLAGS_CONSOLE) \$(LDFLAGS)"
|
LINK_CONSOLE="\$(CXX) -o \$@ \$(CXXFLAGS_CONSOLE) \$(LDFLAGS)"
|
||||||
# unless NO_LT is set, add libtool to the front of the link command
|
# unless NO_LT is set, add libtool to the front of the link command
|
||||||
if test "$NO_LT" != 1; then
|
if test "$NO_LT" != 1; then
|
||||||
LINK="\$(LIBTOOL) --mode=link $LINK"
|
LINK="\$(LIBTOOL) --mode=link --tag CXX $LINK"
|
||||||
LINK_CONSOLE="\$(LIBTOOL) --mode=link $LINK_CONSOLE"
|
LINK_CONSOLE="\$(LIBTOOL) --mode=link --tag CXX $LINK_CONSOLE"
|
||||||
fi
|
fi
|
||||||
EXE=""
|
EXE=""
|
||||||
COMMAND_SEPARATOR="&& \\"
|
COMMAND_SEPARATOR="&& \\"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user