From 8f06dd63b29d45eacb5b32b73b2acf06a91aaef5 Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 10 Nov 2004 10:09:49 +0000 Subject: [PATCH] nukethose too git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@12163 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 21eadde..e7cbaec 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.7.4