diff --git a/configure.ac b/configure.ac index 12bf0f64cb..9c0221c804 100644 --- a/configure.ac +++ b/configure.ac @@ -2523,9 +2523,9 @@ else AC_MSG_NOTICE([ xenapi: no]) fi if test "$with_libxl" = "yes" ; then -AC_MSG_NOTICE([ libxenlight: $LIBXL_CFLAGS $LIBXL_LIBS]) +AC_MSG_NOTICE([xenlight: $LIBXL_CFLAGS $LIBXL_LIBS]) else -AC_MSG_NOTICE([ libxenlight: no]) +AC_MSG_NOTICE([xenlight: no]) fi if test "$with_hal" = "yes" ; then AC_MSG_NOTICE([ hal: $HAL_CFLAGS $HAL_LIBS])