Skip to content

Commit

Permalink
Bugfix: configure: --with[out]-vfio needs $withval, not $enableval
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Sep 16, 2014
1 parent 8ce4d76 commit da49dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ if test "x$ac_cv_header_sys_mman_h" = "xyes"; then
[uio=$ddyes])
AC_ARG_WITH([vfio],
[AC_HELP_STRING([--without-vfio],[Compile support for PCI devices via Linux VFIO interface (default enabled)])],
[vfio=$enableval],
[vfio=$withval],
[vfio=$ddauto])
if test "x$vfio" != "xno"; then
AC_CHECK_HEADER([linux/vfio.h],[
Expand Down

0 comments on commit da49dd9

Please sign in to comment.