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) \
|
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*
|
||||||
|
Loading…
Reference in New Issue
Block a user