SVN revision: 6693
This commit is contained in:
Horms 2003-02-16 12:04:28 +00:00
parent 90a63a715f
commit 1971975cce
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ AC_ARG_ENABLE(software-x11, [ --enable-software-x11 enable the Softwa
AC_MSG_CHECKING(whether directfb backend is to be built)
AC_ARG_ENABLE(directfb, [ --enable-direcfb enable the DirectFB rendering backend], [
AC_ARG_ENABLE(directfb, [ --enable-directfb enable the DirectFB rendering backend], [
AC_MSG_RESULT(yes)
AM_CONDITIONAL(BUILD_ENGINE_DIRECTFB, true)
AC_DEFINE(BUILD_ENGINE_DIRECTFB)