diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2013-12-21 19:58:32 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-22 11:18:44 -0800 |
commit | 771f390efdf48cb7c44fe20857f06f8ffff3b2ce (patch) | |
tree | a910a669048eeb2d502f745ae56c22284d384438 | |
parent | c3819da87ff2e8c6292066f965c098704edc442c (diff) |
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 <memsize@videotron.ca>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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! |