This commit is contained in:
Raja R Harinath 1998-06-22 23:25:56 +00:00
parent 875e8f6c01
commit e908e701d0

View file

@ -91,7 +91,7 @@ else
AC_DEFINE(HAVE_MICO_ORB_RUN)
fi
for flag in `grep '^eval' < $mico_prefix/bin/mico-ld | sed s%\"%%` ; do
for flag in `grep '^eval' < $mico_prefix/bin/mico-ld | sed s%\"%%g` ; do
case $flag in
-L*)
MICO_LIBS="$flag $MICO_LIBS"