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) \ if AC_TRY_COMMAND($OL_MKDEP $flag conftest.c) \
| egrep '^conftest\.'"${ac_objext}" >/dev/null 2>&1 | egrep '^conftest\.'"${ac_objext}" >/dev/null 2>&1
then then
ol_cv_mkdep=$flag if test ! -f conftest."${ac_object}" ; then
OL_MKDEP_FLAGS="$flag" ol_cv_mkdep=$flag
break OL_MKDEP_FLAGS="$flag"
break
fi
fi fi
done done
rm -f conftest* rm -f conftest*

980
configure vendored

File diff suppressed because it is too large Load Diff