* ltmain.in (linkalldeplibs,darwin): Fix a bug reported by Idar

Tollefsen where a dir could be added to the link line with no '-L'
on darwin.
This commit is contained in:
Peter O'Gorman 2003-11-09 14:54:52 +00:00
parent d051f025da
commit b735ac56a8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-11-09 Peter O'Gorman <peter@pogma.com>
* ltmain.in (linkalldeplibs,darwin): Fix a bug reported by Idar
Tollefsen where a dir could be added to the link line with no '-L'
on darwin.
2003-11-07 Gary V. Vaughan <gary@gnu.org>
* tests/cdemo/configure.ac, tests/demo/configure.ac,

View File

@ -2648,8 +2648,8 @@ EOF
*" $path "*) ;;
*) newlib_search_path="$newlib_search_path $path";;
esac
path=""
fi
path=""
;;
*)
path="-L$path"