summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2016-03-19 14:46:21 +0000
committerStefan Bühler <stbuehler@web.de>2016-03-19 14:46:21 +0000
commitcfd13c79388bd809ce3f430a59a6f74bcc46421a (patch)
treeaa2e001204b6bb1811e46ff7a60d369ed5806482 /configure.ac
parent06005655e6acacf2100103957be37f29a39a2e7b (diff)
downloadlighttpd-git-cfd13c79388bd809ce3f430a59a6f74bcc46421a.tar.gz
[autobuild] use AC_CANONICAL_HOST instead of AC_CANONICAL_TARGET (fixes #1866)
From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3110 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e09b59be..b7a0a67a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/server.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
-AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
dnl HOW FUCKING BROKEN IS AUTOMAKE...
dnl serial-tests is not recognized before 1.12, and required for serial tests with 1.13, sane version checks "impossible"