aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 86ed4726..c9e716f2 100644
--- a/configure.in
+++ b/configure.in
@@ -2,8 +2,8 @@ dnl Process this file with aclocal, autoconf and automake.
AC_INIT([dillo], [2.2])
-dnl Detect the canonical host and target build environment
-AC_CANONICAL_SYSTEM
+dnl Detect the canonical target build environment
+AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/dillo.cc])