nukethose too

SVN revision: 12163
This commit is contained in:
Carsten Haitzler 2004-11-10 10:09:49 +00:00
parent 46533afa0d
commit 5843afc332
1 changed files with 4 additions and 4 deletions

View 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