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 Apr 11, 2019
1 parent f556988 commit 36cdf0e
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 @@ -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"
Expand Down Expand Up @@ -1187,7 +1187,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 36cdf0e

Please sign in to comment.