unfuck configure.in

SVN revision: 31461
This commit is contained in:
tilman 2007-08-22 17:24:44 +00:00 committed by tilman
parent c9264664d9
commit 8af29b6691
1 changed files with 2 additions and 2 deletions

View File

@ -552,12 +552,12 @@ AC_ARG_ENABLE(ecore-evas-sdl,
[
if test x"$enableval" = x"yes"; then
AC_MSG_RESULT(yes)
want_ecore_evas_sdl="yes"
else
AC_MSG_RESULT(no)
want_ecore_evas_sdl="no"
fi
], [
AC_MSG_RESULT(no)
AC_MSG_RESULT(yes)
]
)
if test "x$want_ecore_evas_sdl" = "xyes"; then