From b38079418e3c88ad838dd5092b97278981a3b0a8 Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Sat, 27 Jan 2001 19:05:03 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 +++++++- ltcf-cxx.sh | 5 ++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f59e144c..09450ca49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2001-01-25 Michael Sokolov , Alexandre Oliva +2001-01-27 Michael Sokolov + + * 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 , Alexandre Oliva * ltconfig.in: Shell portability fix for the tagname validity check. diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index b5892417b..5b2e8722d 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -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,' -- 2.47.2