commit | e6f86b22ec3fababd13168bf1001b905eeae3136 | [log] [tgz] |
---|---|---|
author | Andrey Zonov <zont@FreeBSD.org> | Sun Aug 05 00:11:46 2012 +0400 |
committer | Petr Machata <pmachata@redhat.com> | Wed Aug 29 18:39:36 2012 +0200 |
tree | ade5795748cc69d2c31378f655a8d6fb1e7ecdfe | |
parent | 0a0550a6b775720256f8f65717e5eaddc536410b [diff] [blame] |
Fix typo
diff --git a/configure.ac b/configure.ac index 1ec7242..a17e155 100644 --- a/configure.ac +++ b/configure.ac
@@ -12,7 +12,7 @@ case "${host_os}" in linux-gnu*) HOST_OS="linux-gnu" ;; - *) AC_MSG_ERROR([unkown host-os ${host_osx}]) ;; + *) AC_MSG_ERROR([unkown host-os ${host_os}]) ;; esac AC_SUBST(HOST_OS)