Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit


Modified Files:
        configure.in 


Log Message:
forgot to commit this
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        8 Feb 2004 09:32:01 -0000       1.2
+++ configure.in        6 May 2004 14:11:13 -0000       1.3
@@ -77,6 +77,19 @@
 AC_SUBST(esmart_cflags)
 AC_SUBST(esmart_libs)
 
+PROG="imlib2-config";
+AC_PATH_PROG(IMLIB2_CONFIG, $PROG, "", $PATH)
+if [ test -z $IMLIB2_CONFIG]; then
+  echo $PROG " is not in your \$PATH. Please ensure it is.";
+  echo "Read the manual page for you shell as to how to extend your path.";
+  echo "FATAL ERROR. ABORT.";
+  exit -1;
+fi
+imlib2_cflags=`$IMLIB2_CONFIG --cflags`
+imlib2_libs=`$IMLIB2_CONFIG --libs`
+AC_SUBST(imlib2_cflags)
+AC_SUBST(imlib2_libs)
+
 PROG="evas-config";
 AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH)
 if [ test -z $EVAS_CONFIG ]; then




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to