Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/elation

Dir     : e17/apps/elation


Modified Files:
        configure.in 


Log Message:
compile fixes

===================================================================
RCS file: /cvs/e/e17/apps/elation/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in        11 Jun 2006 10:23:44 -0000      1.6
+++ configure.in        27 Jul 2007 16:37:25 -0000      1.7
@@ -83,17 +83,11 @@
 
 AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
 
-if test -z "$EET_CONFIG" ; then EET_CONFIG="eet-config"; fi
-if test -z "$EVAS_CONFIG" ; then EVAS_CONFIG="evas-config"; fi
-if test -z "$EDJE_CONFIG" ; then EDJE_CONFIG="edje-config"; fi
-if test -z "$ECORE_CONFIG" ; then ECORE_CONFIG="ecore-config"; fi
-if test -z "$EMBRYO_CONFIG" ; then EMBRYO_CONFIG="embryo-config"; fi
-if test -z "$EMOTION_CONFIG" ; then EMOTION_CONFIG="emotion-config"; fi
-
-my_cflags=`$EVAS_CONFIG --cflags`" "`$ECORE_CONFIG --cflags`" "`$EDJE_CONFIG 
--cflags`" "`$EMOTION_CONFIG --cflags`
-my_libs=$dlopen_libs" "`$EVAS_CONFIG --libs`" "`$ECORE_CONFIG --libs`" 
"`$EDJE_CONFIG --libs`" "`$EMOTION_CONFIG --libs`
-AC_SUBST(my_cflags)
-AC_SUBST(my_libs)
+PKG_CHECK_MODULES(ELATION,
+                 evas
+                 ecore
+                 edje
+                 emotion)
 
 AC_OUTPUT([
 Makefile



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to