From 771f390efdf48cb7c44fe20857f06f8ffff3b2ce Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 21 Dec 2013 19:58:32 -0500 Subject: autoconf: fix warning by replacing AC_WARN with AC_MSG_WARN A warning about the macro generating the warnings to the user... Signed-off-by: Gaetan Nadon Reviewed-by: Alan Coopersmith Signed-off-by: Keith Packard --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 85ef4f0eb..560c46030 100644 --- a/configure.ac +++ b/configure.ac @@ -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! -- cgit v1.2.3