From b4bd5ffc59f67406ed351e488eefa0c90f775672 Mon Sep 17 00:00:00 2001 From: beber Date: Fri, 9 Dec 2005 19:35:24 +0000 Subject: typos --- configure.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.in b/configure.in index 2af6fcf..7ec9497 100644 --- a/configure.in +++ b/configure.in @@ -26,15 +26,14 @@ AC_ARG_WITH(ecore-config, [ --with-ecore-config=ECORE_CONFIG use ecore-config specified ], [ ECORE_CONFIG=$withval; if ! test -x "$ECORE_CONFIG"; then - AC_MSG_ERROR([$ECORE_CONFIG not found]) - fi - echo "using "$ECORE_CONFIG" for ecore-config"; ], + AC_MSG_ERROR([$ECORE_CONFIG not found]) + fi ], [ PROG="ecore-config"; AC_PATH_PROG(ECORE_CONFIG, $PROG, "", $PATH) if test -z "$ECORE_CONFIG"; then - AC_MSG_ERROR([You need ecore !]) - fi - ]) + AC_MSG_ERROR([You need ecore !]) + fi + ]) ecore_cflags=`$ECORE_CONFIG --cflags` ecore_libs=`$ECORE_CONFIG --libs` -- cgit v1.2.3