Do not enable mpers runtime checks if mpers is not enabled
* m4/mpers.m4 (HAVE_RUNTIME): Enable iff both mpers and runtime work properly.
This commit is contained in:
parent
8ff8ada6ee
commit
6d3162acf1
@ -84,7 +84,7 @@ case "$arch" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AM_CONDITIONAL(HAVE_RUNTIME, [test "$st_cv_runtime" = yes])
|
AM_CONDITIONAL(HAVE_RUNTIME, [test "$st_cv_mpers$st_cv_runtime" = yesyes])
|
||||||
AM_CONDITIONAL(HAVE_MPERS, [test "$st_cv_mpers" = yes])
|
AM_CONDITIONAL(HAVE_MPERS, [test "$st_cv_mpers" = yes])
|
||||||
|
|
||||||
popdef([st_cv_mpers])
|
popdef([st_cv_mpers])
|
||||||
|
Loading…
Reference in New Issue
Block a user