* 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:36:45 +0000 (19:36 +0000)
committerMichael Sokolov <msokolov@ivan.harhan.org>
Sat, 27 Jan 2001 19:36:45 +0000 (19:36 +0000)
Don't unset, it's non-portable and no longer necessary, set to empty
instead.

ChangeLog
ltcf-cxx.sh

index ea01fcfe6c3bbc86747268c5064b514a36ab5186..0350b6cc29800006048e87e5f5c60cc14f735636 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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: Shell portability fix for the tagname validity check.
index bccc30bf7a8e1289bddc32d3aecb63101f5a714a..ab9e62721deac6461d8c163448613168c87e9fe9 100644 (file)
@@ -576,9 +576,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,'