* 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.
This commit is contained in:
Michael Sokolov
2001-01-27 19:36:45 +00:00
parent 05ea0b46f1
commit 022ce214de
2 changed files with 8 additions and 3 deletions

View 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,'