enables default build of glib and ecore dispatcher (if found)

This commit is contained in:
Andreas Volz 2011-11-28 10:58:52 +01:00
parent 742570b1f0
commit 74c1ee31c2

View file

@ -18,14 +18,14 @@ AC_ARG_ENABLE(ecore,
AS_HELP_STRING([--enable-ecore], AS_HELP_STRING([--enable-ecore],
[enable ecore integration]), [enable ecore integration]),
[enable_ecore=$enableval], [enable_ecore=$enableval],
[enable_ecore=no] [enable_ecore=yes]
) )
AC_ARG_ENABLE(glib, AC_ARG_ENABLE(glib,
AS_HELP_STRING([--enable-glib], AS_HELP_STRING([--enable-glib],
[enable glib integration]), [enable glib integration]),
[enable_glib=$enableval], [enable_glib=$enableval],
[enable_glib=no] [enable_glib=yes]
) )
AC_ARG_ENABLE(doxygen-docs, AC_ARG_ENABLE(doxygen-docs,