Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl Modified Files: configure.in Log Message: - default all of the have_* strings to "no" so it shows up if the user enters --disable-* =================================================================== RCS file: /cvs/e/e17/libs/ewl/configure.in,v retrieving revision 1.96 retrieving revision 1.97 diff -u -3 -r1.96 -r1.97 --- configure.in 6 Jan 2007 02:19:05 -0000 1.96 +++ configure.in 6 Jan 2007 02:31:38 -0000 1.97 @@ -97,8 +97,8 @@ AC_ARG_ENABLE(software-x11, [AC_HELP_STRING([--enable-software-x11],[enable software X11 support])], [enable_software_x11=$enableval], [enable_software_x11="auto"]) +have_software_x11=no if test "x$enable_software_x11" != "xno" ; then - have_software_x11=no AC_CHECK_HEADER(Evas_Engine_Software_X11.h, [AC_CHECK_HEADER(Ecore_X.h, [have_software_x11=yes], @@ -115,8 +115,8 @@ AC_ARG_ENABLE(xrender-x11, [AC_HELP_STRING([--enable-xrender-x11],[enable xrender X11 support])], [enable_xrender_x11=$enableval], [enable_xrender_x11="auto"]) +have_xrender_x11=no if test "x$enable_xrender_x11" != "xno" ; then - have_xrender_x11=no AC_CHECK_HEADER(Evas_Engine_XRender_X11.h, [AC_CHECK_HEADER(Ecore_X.h, [have_xrender_x11=yes], @@ -134,8 +134,8 @@ AC_ARG_ENABLE(opengl-x11, [AC_HELP_STRING([--enable-opengl-x11],[enable opengl X11 support])], [enable_opengl_x11=$enableval], [enable_opengl_x11="auto"]) +have_opengl_x11=no if test "x$enable_opengl_x11" != "xno" ; then - have_opengl_x11=no AC_CHECK_HEADERS(Evas_Engine_GL_X11.h, [AC_CHECK_HEADER(Ecore_X.h, [have_opengl_x11=yes], @@ -152,8 +152,8 @@ AC_ARG_ENABLE(fbcon, [AC_HELP_STRING([--enable-fbcon],[enable fbcon support])], [enable_fbcon=$enableval], [enable_fbcon="auto"]) +have_fbcon=no if test "x$enable_fbcon" != "xno" ; then - have_fbcon=no AC_CHECK_HEADERS(Evas_Engine_FB.h, [AC_CHECK_HEADER(Ecore_Fb.h, [have_fbcon=yes], @@ -180,8 +180,8 @@ AC_ARG_ENABLE(buffer, [AC_HELP_STRING([--enable-buffer],[enable opengl X11 support])], [enable_buffer=$enableval], [enable_buffer="auto"]) +have_buffer=no if test "x$enable_buffer" != "xno" ; then - have_buffer=no AC_CHECK_HEADERS(Evas_Engine_Buffer.h, [have_buffer=yes], [], [#include <Evas.h>]) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs