nukethose too
authorraster <raster>
Wed, 10 Nov 2004 10:09:49 +0000 (10:09 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Nov 2004 10:09:49 +0000 (10:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@12163 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.in

index 21eadde..e7cbaec 100644 (file)
@@ -180,7 +180,7 @@ xine_libs=`$XINE_CONFIG --libs`
 
 
 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 @@ if test $VV -lt $VVM; then
 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 @@ if test $VV -lt $VVM; then
 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 @@ if test $VV -lt $VVM; then
 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