summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-10-30 12:52:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-10-30 12:53:00 +0100
commit60812ff7b6439c879d1c008db5b09d0417288329 (patch)
treea8ebd60e66fe2836dded0fd2eeb5c00fa96392fb /configure.in
parentbe1bc3c80a684e68743a020f64c2e665c11ea635 (diff)
Fix some typo (verion -> version)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3b48331e43b1..65b81c124b56 100644
--- a/configure.in
+++ b/configure.in
@@ -2004,14 +2004,14 @@ if test "$_os" = "Darwin" ; then
;;
esac
- AC_MSG_CHECKING([that macosx-verion-min-required is coherent with macosx-version-max-allowed])
+ AC_MSG_CHECKING([that macosx-version-min-required is coherent with macosx-version-max-allowed])
if test $MAC_OS_X_VERSION_MIN_REQUIRED -gt $MAC_OS_X_VERSION_MAX_ALLOWED ; then
AC_MSG_ERROR([the version minimumn required must be inferior or equal to the version maximum allowed])
else
AC_MSG_RESULT([ok])
fi
- AC_MSG_CHECKING([that macosx-verion-max-allowed is coherent macos-with-sdk])
+ AC_MSG_CHECKING([that macosx-version-max-allowed is coherent macos-with-sdk])
if test $MAC_OS_X_VERSION_MAX_ALLOWED -gt $macosx_sdk_value ; then
AC_MSG_ERROR([the version maximum allowed cannot be greater thatn the sdk level])
else