Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje


Modified Files:
        configure.in 


Log Message:
cleaned up autotools setup some more
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/configure.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- configure.in        30 Oct 2004 11:33:09 -0000      1.21
+++ configure.in        30 Oct 2004 11:47:22 -0000      1.22
@@ -100,21 +100,6 @@
 packagesrcdir=`cd $srcdir && pwd`
 AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory])
 
-AC_MSG_CHECKING(whether to build only fb support)
-have_fb_only="no"
-AC_ARG_ENABLE(fb-only, [  --enable-fb-only        enable building of fb support only 
], [
-     if [ test "$enableval" = "yes" ]; then
-       AC_MSG_RESULT(yes)
-       have_fb_only="yes"
-     else
-       AC_MSG_RESULT(no)
-       have_fb_only="no"
-     fi
-   ], [
-      AC_MSG_RESULT($have_fb_only)
-   ]
-)
-
 AC_MSG_CHECKING(whether to build edje_cc)
 have_edje_cc="yes"
 AC_ARG_ENABLE(edje-cc, [  --disable-edje-cc       disable building of edje_cc ], [
@@ -130,12 +115,6 @@
    ]
 )
 
-edje_def=""
-if test "x$have_fb_only" = "xyes"; then
-  edje_def="-DEDJE_FB_ONLY"
-fi
-AC_SUBST(edje_def)
-
 AC_ARG_WITH(eet,
         [  --with-eet=DIR               use eet in <DIR>],
         [CFLAGS="$CFLAGS -I$withval/include"
@@ -186,6 +165,9 @@
 AC_PATH_GENERIC(ecore, , ,
     AC_MSG_ERROR(Cannot find ecore: Is ecore-config in path?))
 
+AC_CHECK_HEADERS(Ecore_X.h)
+AC_CHECK_HEADERS(Ecore_Fb.h)
+
 AC_MSG_CHECKING([for location of Vim data files])
 install_vim="yes";
 AC_ARG_WITH(vim,




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to