From 6edd2ba547dc017bc0738e59a3876604a37b203c Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sat, 14 Jul 2012 07:04:17 +0000 Subject: [PATCH] - regenerated after Debian fixes --- bochs/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bochs/configure b/bochs/configure index 72a00fdd1..2b4498c6d 100755 --- a/bochs/configure +++ b/bochs/configure @@ -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="&& \\"