From 5843afc33215d49a1f232ed46eceb928c9d5e2cb Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 10 Nov 2004 10:09:49 +0000 Subject: [PATCH] nukethose too SVN revision: 12163 --- legacy/emotion/configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/emotion/configure.in b/legacy/emotion/configure.in index 21eadde8aa..e7cbaec093 100644 --- a/legacy/emotion/configure.in +++ b/legacy/emotion/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