libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Incorrectly saving CPPFLAGS in HEAD


From: libtool-patches
Subject: Incorrectly saving CPPFLAGS in HEAD
Date: Tue, 13 Mar 2001 09:37:11 -0600
User-agent: Mutt/1.1.12i

CPPFLAGS incorrectly saved.

-- 
albert chin (address@hidden)

-- snip snip
Index: libtool.m4
===================================================================
RCS file: /home/cvs/libtool/libtool.m4,v
retrieving revision 1.149
diff -u -3 -p -r1.149 libtool.m4
--- libtool.m4  2001/03/09 04:25:30     1.149
+++ libtool.m4  2001/03/13 15:31:05
@@ -636,7 +636,7 @@ else
 
   case $lt_cv_dlopen in
   dlopen)
-    save_CPPFLAGS="$CPP_FLAGS"
+    save_CPPFLAGS="$CPPFLAGS"
     AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]