Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/exhibit


Modified Files:
        configure.in 


Log Message:
work with latest etk

===================================================================
RCS file: /cvs/e/e17/proto/exhibit/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in        11 Jun 2006 10:23:49 -0000      1.7
+++ configure.in        27 Jul 2006 01:38:56 -0000      1.8
@@ -179,16 +179,12 @@
      e="E "
      AM_CONDITIONAL(HAVE_E, true)
      have_e="yes"
-     e_libs=`enlightenment-config --libs`
-     e_cflags=`enlightenment-config --cflags`     
    ],
    [
      AC_DEFINE(HAVE_E, 0, no E)
      AM_CONDITIONAL(HAVE_E, false)
      AC_MSG_WARN([No E, can't build E desktop support.])
      have_e="no"
-     e_libs=""
-     e_cflags=""
    ]
 )
 
@@ -232,8 +228,8 @@
 epsilon_cflags=`epsilon-config --cflags`
 
 # add your required libs / include here
-my_includes="$ecore_cflags $evas_cflags $edje_cflags $etk_cflags 
$epsilon_cflags $engrave_cflags $e_cflags"
-my_libs="$ecore_libs $evas_libs $edje_libs $etk_libs $epsilon_libs 
$engrave_libs $e_libs"
+my_includes="$ecore_cflags $evas_cflags $edje_cflags $etk_cflags 
$epsilon_cflags $engrave_cflags"
+my_libs="$ecore_libs $evas_libs $edje_libs $etk_libs $epsilon_libs 
$engrave_libs"
 AC_SUBST(my_includes)
 AC_SUBST(my_libs)
 



-------------------------------------------------------------------------
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

Reply via email to