Skip to content

Commit

Permalink
CONFIG/M4: Fix build failure with configure option --without-rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Chakraborty committed Dec 16, 2019
1 parent 630880a commit b11e3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/m4/rocm.m4
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ AC_ARG_WITH([rocm],
[with_rocm=guess])
rocm_happy=no
hip_happy=no
AS_IF([test "x$with_rocm" != "xno"],
[AS_CASE(["x$with_rocm"],
[x|xguess|xyes],
Expand Down

0 comments on commit b11e3e2

Please sign in to comment.