fixed configure.in patch introduced by patch
CVS patchset: 2078 CVS date: 1998/04/09 02:45:39
This commit is contained in:
parent
6f2eb2440d
commit
01eca71f1a
|
@ -189,7 +189,7 @@ addlib() {
|
|||
shift
|
||||
case "$target" in
|
||||
*-*-solaris*) LIBS="$LIBS -L$l -R $l $*";;
|
||||
*) LIBS="$LIBS -L$l *$";;
|
||||
*) LIBS="$LIBS -L$l $*";;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue