From 022ce214de829810a9ddd1a747be03ac95185bb1 Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Sat, 27 Jan 2001 19:36:45 +0000 Subject: * 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. --- ltcf-cxx.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ltcf-cxx.sh') diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index bccc30bf7..ab9e62721 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -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,' -- cgit v1.2.3