diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-02-15 23:02:24 +0100 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-02-15 23:02:24 +0100 |
commit | 55800cea8c63ea84bd99e4c660ef1fd17a353e32 (patch) | |
tree | 8d90c16f0c55a5ac511266fe6700d4afe3d37e0d | |
parent | 5687661ba4a1ecf70e130047dc288cb6cff6f21a (diff) |
Fix typo
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4dba42a..0a792df 100644 --- a/configure.in +++ b/configure.in @@ -273,7 +273,7 @@ AC_ARG_WITH([python], [AS_HELP_STRING([--with-python], [build Python language bi if test "x$with_python" != "xno"; then AM_PATH_PYTHON([2.4], , [:]) if test "x$PYTHON" = "x:"; then - AC_MSG_ERROR([thhe --with-python option requires that python be installled.]); + AC_MSG_ERROR([the --with-python option requires that python be installled.]); fi if test "x$python_headersdir" != "xno"; then |