summaryrefslogtreecommitdiff
path: root/ltcf-cxx.sh
diff options
context:
space:
mode:
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>2001-01-27 19:51:13 +0000
committerMichael Sokolov <msokolov@gcc.gnu.org>2001-01-27 19:51:13 +0000
commit8a8de62d6de62c383785f84e0d5b3956f73d4f47 (patch)
treef1e1aebc3a81d3281d9e668d16e0ce2b0abc1665 /ltcf-cxx.sh
parent92769744aed0bae7bcfb6a1621aac62484922e62 (diff)
ltcf-cxx.sh (ac_cv_prog_cc_pic_works, [...]): Don't unset, it's non-portable and no longer necessary, set to empty instead.
* 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. From-SVN: r39300
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r--ltcf-cxx.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh
index 3469e37875b..1a5a60eabd2 100644
--- a/ltcf-cxx.sh
+++ b/ltcf-cxx.sh
@@ -580,9 +580,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,'