* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'

terminator from a case statement by mistake.
This commit is contained in:
Gary V. Vaughan 2000-09-06 23:19:18 +00:00
parent e927e43114
commit f8d415aeef
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,10 @@
2000-09-07 Gary V. Vaughan <gvv@techie.com>
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
terminator from a case statement by mistake.
2000-09-06 Gary V. Vaughan <gvv@techie.com>
libtool.m4 now contains a version of the code that used to run
from ltconfig, so that ltmain.sh and then libtool are
generated at configure time.

1
libtool.m4 vendored
View File

@ -1448,6 +1448,7 @@ freebsd*)
case "$host_os" in
freebsd2*)
shlibpath_overrides_runpath=yes
;;
*)
shlibpath_overrides_runpath=no
hardcode_into_libs=yes