diff --git a/configure.ac b/configure.ac index eb9d4b175fa..af25d400e55 100644 --- a/configure.ac +++ b/configure.ac @@ -1307,7 +1307,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" @@ -1362,7 +1362,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])