Skip to content

Commit

Permalink
By default run libtool by full path /usr/bin/libtool to avoid
Browse files Browse the repository at this point in the history
conflict with possible GNU /usr/local/bin/libtool (which
is also often but not always named glibtool to avoid this).
  • Loading branch information
jaykrell committed Jun 18, 2016
1 parent bf76bf3 commit 1a34728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3-sys/cminstall/src/config-no-install/Darwin.common
Expand Up @@ -127,7 +127,7 @@ proc configure_c_compiler() is
end

if not defined("SYSTEM_LIBTOOL")
readonly SYSTEM_LIBTOOL = "libtool"
readonly SYSTEM_LIBTOOL = "/usr/bin/libtool"
end

%------------------------------------------------ external system libraries ---
Expand Down

0 comments on commit 1a34728

Please sign in to comment.