diff --git a/acinclude.m4 b/acinclude.m4 index 3f2e2b80b..7fa4d7a84 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1582,12 +1582,13 @@ else # yet detect zsh echo's removal of \ escapes. # Hack from libtool mailing list to workaround a problem on Darwin --SF # archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring' - archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $linker_flags -install_name $rpath/$soname $verstring' + archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs $linker_flags -install_name $rpath/$soname $verstring' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes hardcode_shlibpath_var=no - whole_archive_flag_spec='-all_load $convenience' +# whole_archive_flag_spec='-all_load $convenience' + whole_archive_flag_spec= ;; freebsd1*)