diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-04-16 14:55:09 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-04-16 14:55:18 +0200 |
commit | 99cc7c67b1efedee1c715a93511a2331a3df0be5 (patch) | |
tree | be4b012e1ded947913b9e2d58c1915c96a129120 | |
parent | 40475404d83d74d7b5db3f71ea1488a6de10ccc5 (diff) | |
download | astra-99cc7c67b1efedee1c715a93511a2331a3df0be5.tar.gz astra-99cc7c67b1efedee1c715a93511a2331a3df0be5.tar.bz2 astra-99cc7c67b1efedee1c715a93511a2331a3df0be5.tar.xz astra-99cc7c67b1efedee1c715a93511a2331a3df0be5.zip |
Fix typo in configure python check
-rw-r--r-- | build/linux/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac index d9e1f1a..58a3f4c 100644 --- a/build/linux/configure.ac +++ b/build/linux/configure.ac @@ -190,7 +190,7 @@ if test x"$with_python" != x -a x"$with_python" != xno; then AC_MSG_CHECKING(for python) ASTRA_RUN_LOGOUTPUT(echo 'import sys' | $PYTHON -) if test $? -ne 0; then - AC_MSG_ERROR(Python binary not found)] + AC_MSG_ERROR(Python binary not found) fi AC_MSG_RESULT([$PYTHON]) HAVEPYTHON=yes |