2011/5/13 Daniel P. Berrange <berrange@xxxxxxxxxx>: > On Fri, May 13, 2011 at 07:51:24AM +0200, Matthias Bolte wrote: >> --- >> Âconfigure.ac | Â 14 +++++++++----- >> Â1 files changed, 9 insertions(+), 5 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index a2ce97e..4f5c2d7 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -1667,11 +1667,15 @@ if test "$with_storage_scsi" = "check"; then >> Âfi >> ÂAM_CONDITIONAL([WITH_STORAGE_SCSI], [test "$with_storage_scsi" = "yes"]) >> >> -if test "$with_storage_mpath" = "check" && test "$with_linux" = "yes"; then >> - Â with_storage_mpath=yes >> - >> - Â AC_DEFINE_UNQUOTED([WITH_STORAGE_MPATH], 1, >> - Â Â [whether mpath backend for storage driver is enabled]) >> +if test "$with_storage_mpath" = "check"; then >> + Â if test "$with_linux" = "yes"; then >> + Â Â Âwith_storage_mpath=yes >> + >> + Â Â ÂAC_DEFINE_UNQUOTED([WITH_STORAGE_MPATH], 1, >> + Â Â Â Â[whether mpath backend for storage driver is enabled]) >> + Â else >> + Â Â Âwith_storage_mpath=no >> + Â fi >> Âfi >> ÂAM_CONDITIONAL([WITH_STORAGE_MPATH], [test "$with_storage_mpath" = "yes"]) > > ACK > > Daniel Thanks, pushed. Matthias -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list