Skip to content
Snippets Groups Projects
Commit 8a8de62d authored by Michael Sokolov's avatar Michael Sokolov Committed by Michael Sokolov
Browse files

ltcf-cxx.sh (ac_cv_prog_cc_pic_works, [...]): Don't unset, it's non-portable...

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
parent 92769744
No related branches found
No related tags found
No related merge requests found
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> 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. * ltconfig: Shell portability fix for the tagname validity check.
......
...@@ -580,9 +580,8 @@ ac_cv_prog_cc_static= ...@@ -580,9 +580,8 @@ ac_cv_prog_cc_static=
ac_cv_prog_cc_no_builtin= ac_cv_prog_cc_no_builtin=
ac_cv_prog_cc_can_build_shared=$can_build_shared ac_cv_prog_cc_can_build_shared=$can_build_shared
# It is not enough to reset these cached values, they must be unset. ac_cv_prog_cc_pic_works=
unset ac_cv_prog_cc_pic_works ac_cv_prog_cc_static_works=
unset ac_cv_prog_cc_static_works
if test "$with_gcc" = yes; then if test "$with_gcc" = yes; then
ac_cv_prog_cc_wl='-Wl,' ac_cv_prog_cc_wl='-Wl,'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment