]> granicus.if.org Git - strace/commitdiff
Do not enable mpers runtime checks if mpers is not enabled
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Jul 2016 18:26:03 +0000 (18:26 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 28 Jul 2016 18:32:29 +0000 (18:32 +0000)
* m4/mpers.m4 (HAVE_RUNTIME): Enable iff both mpers and runtime
work properly.

m4/mpers.m4

index 1fe8a8e8ee2c9513f3da6fb951d333be3be30806..9daef85394f99825d6f3d2d07321f1e2b16e3df4 100644 (file)
@@ -84,7 +84,7 @@ case "$arch" in
        ;;
 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])
 
 popdef([st_cv_mpers])