X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=42fe487bbb0673ef1e8290d75044e11e5a83cb02;hb=e503b31c15117a82abfe9dd4ba560ea6d03e45ca;hp=0ba41579ea2067418044b35647742a80087821f4;hpb=83c221764d0f74a792790c1eca1f6b3f699fa8b6;p=libguestfs.git diff --git a/configure.ac b/configure.ac index 0ba4157..42fe487 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [5]) -m4_define([libguestfs_release], [3]) +m4_define([libguestfs_release], [4]) # extra can be any string m4_define([libguestfs_extra], []) @@ -300,14 +300,14 @@ AC_ARG_WITH([drive-if], AC_DEFINE_UNQUOTED([DRIVE_IF],["$with_drive_if"],[Default drive interface.]) dnl Set interface used by the network. Normally you should -dnl leave this at the default (virtio) but you can use the +dnl leave this at the default (virtio-net-pci) but you can use the dnl alternative (ne2k_pci) because of bugs in virtio networking dnl eg. https://bugzilla.redhat.com/show_bug.cgi?id=516022 AC_ARG_WITH([net-if], [AS_HELP_STRING([--with-net-if], - [set default net driver (virtio|ne2k_pci) @<:@default=virtio@:>@])], + [set default net driver (virtio-net-pci|ne2k_pci) @<:@default=virtio-net-pci@:>@])], [], - [with_net_if=virtio]) + [with_net_if=virtio-net-pci]) AC_DEFINE_UNQUOTED([NET_IF],["$with_net_if"],[Default network interface.]) dnl Check for febootstrap etc.