From b946514407f46838a93f220772eb588be16b8656 Mon Sep 17 00:00:00 2001 From: Surabhi Jain Date: Mon, 7 Jan 2019 14:17:29 -0600 Subject: [PATCH] HACK! Build with --enable-izem=atomic --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4368aaa02d3..d06b31d9051 100644 --- a/configure.ac +++ b/configure.ac @@ -1132,7 +1132,7 @@ AC_ARG_ENABLE([izem], atomic - use the Izem interface for CPU atomics yes/all - all of the above features are enabled no/none - none of the above features are enabled],, -[enable_izem=no]) +[enable_izem=atomic]) # strip off multiple options, separated by commas save_IFS="$IFS" @@ -1187,7 +1187,7 @@ AC_ARG_WITH([zm-prefix], system - search system paths for an Izem installation no - disable Izem - use the Izem at PATH],, -[with_zm_prefix=no]) +[with_zm_prefix=yes]) zmsrcdir="" AC_SUBST([zmsrcdir])