summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJani Monoses <jani@ubuntu.com>2012-02-03 11:58:25 +0200
committerJani Monoses <jani@ubuntu.com>2012-02-03 12:03:43 +0200
commitb3aabdb9a12b550c0c3a537adf4517d5676dec69 (patch)
tree44d78030d756f44ba197272ca97d671679838c8c /configure.in
parentc16027de8423cdb6b33ce5f5f9e13fdc25b9dbeb (diff)
Fix typo in configure message
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 60095188af11..ce50406d4988 100644
--- a/configure.in
+++ b/configure.in
@@ -4951,7 +4951,7 @@ linux-gnu*)
JAVA_TOOLKIT="server"
;;
*)
- AC_MSG_ERROR([No JAVALIB defintion host_cpu $host_cpu for host_os $host_os])
+ AC_MSG_ERROR([No JAVALIB definition host_cpu $host_cpu for host_os $host_os])
;;
esac
;;