barking up the wrong tree
+1999-03-13 Alexandre Oliva <oliva@dcc.unicamp.br>
+
+ * ltmain.in (-static, -all-static): revert March 11's patch, I was
+ barking up the wrong tree
+
1999-03-12 Thomas Tanner <tanner@gmx.de>
* libltdl/ltdl.c: removed FILENAME_MAX since LTDL_FILENAME_MAX
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
;;
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
;;