]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_CXX): Added LDFLAGS to list of variables to
authorOssama Othman <ossama@debian.org>
Sun, 23 Jan 2000 03:08:59 +0000 (03:08 +0000)
committerOssama Othman <ossama@debian.org>
Sun, 23 Jan 2000 03:08:59 +0000 (03:08 +0000)
pass to ltconfig when creating C++ compiler tag.

libtool.m4

index ed3e0508f1aa401f29cb21149a64d2456607efaa..f0e79d926d09875d95708c2f6c0431083d8ccd3b 100644 (file)
@@ -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" \