From: Ossama Othman Date: Sun, 23 Jan 2000 03:08:59 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_CXX): Added LDFLAGS to list of variables to X-Git-Tag: multi-language-merge-point~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c890e3a2d862d7e0caa8be387f207fa2ac5ccf29;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_CXX): Added LDFLAGS to list of variables to pass to ltconfig when creating C++ compiler tag. --- diff --git a/libtool.m4 b/libtool.m4 index ed3e0508f..f0e79d926 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -683,7 +683,7 @@ lt_save_CFLAGS="$CFLAGS" dnl Make sure LTCC is set to the C compiler, i.e. set LTCC before CC dnl is set to the C++ compiler. AR="$AR" LTCC="$CC" CC="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \ -FILE="$FILE" LIBS="$LIBS" \ +FILE="$FILE" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \ objext="$OBJEXT" exeext="$EXEEXT" \