From: Alexandre Oliva Date: Sat, 13 Mar 1999 21:18:33 +0000 (+0000) Subject: * ltmain.in (-static, -all-static): revert March 11's patch, I was X-Git-Tag: release-1-2f~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80906a5d0ae76dc8a50f429f025d00007c6e2fc;p=thirdparty%2Flibtool.git * ltmain.in (-static, -all-static): revert March 11's patch, I was barking up the wrong tree --- diff --git a/ChangeLog b/ChangeLog index aff4066a3..788451103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-03-13 Alexandre Oliva + + * ltmain.in (-static, -all-static): revert March 11's patch, I was + barking up the wrong tree + 1999-03-12 Thomas Tanner * libltdl/ltdl.c: removed FILENAME_MAX since LTDL_FILENAME_MAX diff --git a/ltmain.in b/ltmain.in index 9f3eae68f..b60f22e6e 100644 --- a/ltmain.in +++ b/ltmain.in @@ -927,8 +927,8 @@ compiler." if test -n "$link_static_flag"; then compile_command="$compile_command $link_static_flag" finalize_command="$finalize_command $link_static_flag" + dlopen_self=$dlopen_self_static fi - dlopen_self=$dlopen_self_static continue ;; @@ -1055,8 +1055,8 @@ compiler." if test -z "$pic_flag" && test -n "$link_static_flag"; then compile_command="$compile_command $link_static_flag" finalize_command="$finalize_command $link_static_flag" + dlopen_self=$dlopen_self_static fi - dlopen_self=$dlopen_self_static continue ;;