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>
This commit is contained in:
parent
c3819da87f
commit
771f390efd
|
@ -2413,7 +2413,7 @@ AC_SUBST([prefix])
|
||||||
AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/sdksyms.dep])
|
AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/sdksyms.dep])
|
||||||
|
|
||||||
if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then
|
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.
|
Neither HAL nor udev backend will be enabled.
|
||||||
Input device hotplugging will not be available!
|
Input device hotplugging will not be available!
|
||||||
|
|
Loading…
Reference in New Issue