* configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.

* configure: Regenerate.
This commit is contained in:
Alan Modra
2002-03-04 01:16:53 +00:00
parent 6e9980f54d
commit bb2a49f247
3 changed files with 25 additions and 22 deletions

View File

@ -424,11 +424,10 @@ case "${host}" in
fi
;;
*)
PICFLAG=
changequote(,)dnl
eval `grep "^[ ]*PICFLAG[ ]*=" ../libiberty/Makefile | sed -e "s/[ ]*//g"`
changequote([,])dnl
if test -n "$PICFLAG"; then
changequote(,)dnl
x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | tail -1`
changequote([,])dnl
if test -n "$x"; then
WIN32LIBADD="-L../libiberty/pic -liberty"
fi
;;