Fail depend test if .o is generated.

This commit is contained in:
Kurt Zeilenga 1999-06-09 02:41:58 +00:00
parent 0fabd22a3b
commit 9778c97837
2 changed files with 496 additions and 492 deletions

View File

@ -95,9 +95,11 @@ EOF
if AC_TRY_COMMAND($OL_MKDEP $flag conftest.c) \
| egrep '^conftest\.'"${ac_objext}" >/dev/null 2>&1
then
ol_cv_mkdep=$flag
OL_MKDEP_FLAGS="$flag"
break
if test ! -f conftest."${ac_object}" ; then
ol_cv_mkdep=$flag
OL_MKDEP_FLAGS="$flag"
break
fi
fi
done
rm -f conftest*

980
configure vendored

File diff suppressed because it is too large Load Diff