Skip to content

Commit

Permalink
HACK! Build with --enable-izem=atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsura-intel committed Feb 21, 2019
1 parent a2bdd2f commit 795bc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,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"
Expand Down Expand Up @@ -1359,7 +1359,7 @@ AC_ARG_WITH([zm-prefix],
system - search system paths for an Izem installation
no - disable Izem
<PATH> - use the Izem at PATH],,
[with_zm_prefix=no])
[with_zm_prefix=yes])

zmsrcdir=""
AC_SUBST([zmsrcdir])
Expand Down

0 comments on commit 795bc9a

Please sign in to comment.