diff options
author | beber <beber> | 2005-12-09 19:35:24 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-09 19:35:24 +0000 |
commit | b4bd5ffc59f67406ed351e488eefa0c90f775672 (patch) | |
tree | cfea110121d93b04716cbc5b652539f533a7fa94 | |
parent | Better check (diff) | |
download | espik-b4bd5ffc59f67406ed351e488eefa0c90f775672.tar.xz |
typos
-rw-r--r-- | configure.in | 11 |
1 files 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` |