Add some message when testing configure parameter.

SVN revision: 34478
This commit is contained in:
Cedric BAIL 2008-05-06 09:33:06 +00:00
parent 465030f25b
commit abf7191322
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ AM_CONDITIONAL(BUILD_ENGINE_SDL, test "x$have_evas_sdl" = "xyes")
## Check if we want to use some SDL primitive
sdl_primitive="no";
AC_MSG_CHECKING(whether to use SDL primitive when possible)
AC_ARG_ENABLE(sdl-primitive,
AC_HELP_STRING([--enable-sdl-primitive], []),
[ sdl_primitive=$enableval ]