autoconf: fix warning by replacing AC_WARN with AC_MSG_WARN
authorGaetan Nadon <memsize@videotron.ca>
Sun, 22 Dec 2013 00:58:32 +0000 (19:58 -0500)
committerKeith Packard <keithp@keithp.com>
Wed, 22 Jan 2014 19:18:44 +0000 (11:18 -0800)
A warning about the macro generating the warnings to the user...

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index 85ef4f0..560c460 100644 (file)
@@ -2413,7 +2413,7 @@ AC_SUBST([prefix])
 AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/sdksyms.dep])
 
 if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then
-    AC_WARN([
+    AC_MSG_WARN([
              ***********************************************
              Neither HAL nor udev backend will be enabled.
              Input device hotplugging will not be available!