Convert HAVE_UDEV to WITH_UDEV

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2012-09-20 15:24:47 +01:00
parent bae47e4e30
commit d3b05abfa9
8 changed files with 14 additions and 14 deletions

View File

@@ -2727,7 +2727,7 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
vshPrint(ctl, " Interface");
# if defined(WITH_NETCF)
vshPrint(ctl, " netcf");
# elif defined(HAVE_UDEV)
# elif defined(WITH_UDEV)
vshPrint(ctl, " udev");
# endif
#endif