mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fail depend test if .o is generated.
This commit is contained in:
parent
0fabd22a3b
commit
9778c97837
@ -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 New Issue
Block a user