mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Fail depend test if .o is generated.
This commit is contained in:
parent
0fabd22a3b
commit
9778c97837
2 changed files with 496 additions and 492 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Reference in a new issue