From b9ae22d758e6b5eed62774f5b2a71b87d818087e Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 28 Jun 2012 21:32:24 +0200 Subject: dmsetup: fix udev warning message Configure option is --enable-udev_sync. --- tools/dmsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dmsetup.c b/tools/dmsetup.c index 7a632c74..ca1087da 100644 --- a/tools/dmsetup.c +++ b/tools/dmsetup.c @@ -977,7 +977,7 @@ static int _udevcomplete(CMD_ARGS) } #ifndef UDEV_SYNC_SUPPORT -static const char _cmd_not_supported[] = "Command not supported. Recompile with \"--enable-udev-sync\" to enable."; +static const char _cmd_not_supported[] = "Command not supported. Recompile with \"--enable-udev_sync\" to enable."; static int _udevcreatecookie(CMD_ARGS) { -- cgit