]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Sat, 27 Jan 2001 19:05:03 +0000 (19:05 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 27 Jan 2001 19:05:03 +0000 (19:05 +0000)
Don't unset, it's non-portable and no longer necessary, set to empty
instead.

ChangeLog
ltcf-cxx.sh

index 3f59e144c8c6a5d77b8dec30053c07570611ddac..09450ca495488e23d6dccb77203254610817ce44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2001-01-25  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
+       Don't unset, it's non-portable and no longer necessary, set to empty
+       instead.
+
+2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
        * ltconfig.in: Shell portability fix for the tagname validity check.
 
index b5892417b51636222521881566c67bb8cd631939..5b2e8722d2a68ed3bfc0a09e3e8291f4f5d968f9 100644 (file)
@@ -566,9 +566,8 @@ ac_cv_prog_cc_static=
 ac_cv_prog_cc_no_builtin=
 ac_cv_prog_cc_can_build_shared=$can_build_shared
 
-# It is not enough to reset these cached values, they must be unset.
-unset ac_cv_prog_cc_pic_works
-unset ac_cv_prog_cc_static_works
+ac_cv_prog_cc_pic_works=
+ac_cv_prog_cc_static_works=
 
 if test "$with_gcc" = yes; then
   ac_cv_prog_cc_wl='-Wl,'