Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/emotion
Dir : e17/libs/emotion
Modified Files:
configure.in
Log Message:
nukethose too
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in 10 Nov 2004 08:35:31 -0000 1.7
+++ configure.in 10 Nov 2004 10:09:49 -0000 1.8
@@ -180,7 +180,7 @@
V=`$ECORE_CONFIG --version`
-if [ -z "$V" ]; then
+if test -z "$V"; then
echo "Error. Ecore is not installed or $ECORE_CONFIG cannot be found. Abort."
exit -1
fi
@@ -193,7 +193,7 @@
fi
V=`$EVAS_CONFIG --version`
-if [ -z "$V" ]; then
+if test -z "$V"; then
echo "Error. Evas is not installed or $EVAS_CONFIG cannot be found. Abort."
exit -1
fi
@@ -206,7 +206,7 @@
fi
V=`$EDJE_CONFIG --version`
-if [ -z "$V" ]; then
+if test -z "$V"; then
echo "Error. Edje is not installed or $EDJE_CONFIG cannot be found. Abort."
exit -1
fi
@@ -219,7 +219,7 @@
fi
V=`$XINE_CONFIG --version`
-if [ -z "$V" ]; then
+if test -z "$V"; then
echo "Error. Xine is not installed or $XINE_CONFIG cannot be found. Abort."
exit -1
fi
-------------------------------------------------------
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