Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto


Modified Files:
        configure.in 


Log Message:
More cleanups and work. Also the About window now looks much better thanks to 
an image from tokyo.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in        10 Jun 2007 22:37:18 -0000      1.9
+++ configure.in        14 Sep 2007 18:23:38 -0000      1.10
@@ -132,6 +132,17 @@
    ]
 )
 
+PKG_CHECK_MODULES([EFREET_MIME], efreet-mime,
+   [
+      have_efreet_mime="Yes"
+   ],
+   [
+      have_efreet_mime="No"
+      echo "Efreet_Mime was not found by pkg-config!";
+      AC_MSG_ERROR([Ephoto needs efreet_mime to compile.])
+   ]
+)
+
 PKG_CHECK_MODULES([EPSILON], epsilon,
    [
       have_epsilon="Yes"
@@ -178,6 +189,7 @@
 echo "  Evas ............: $have_evas"
 echo "  Ecore ...........: $have_ecore"
 echo "  Edje ............: $have_edje"
+echo "  Efreet_Mime .....: $have_efreet_mime"
 echo "  Epsilon .........: $have_epsilon"
 echo "  Ewl .............: $have_ewl"
 echo "  Libexif .........: $have_exif"



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to