summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-12-06 18:56:25 +0100
committerChristian Persch <chpe@gnome.org>2011-12-06 18:56:25 +0100
commit99d80d31fcbfee72d8d0e81d27a6c6d7988b438a (patch)
tree64a991823bb8143adab05f7a4cd3bf150450993a
parent4ddf963d58c59760e53849447e750924257af9cc (diff)
downloadlibcroco-99d80d31fcbfee72d8d0e81d27a6c6d7988b438a.tar.gz
Use AC_CANONICAL_HOST
https://bugzilla.gnome.org/show_bug.cgi?id=664542
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e31c7cd..fab8e10 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.5)
AC_INIT([libcroco],[0.6.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco],[libcroco])
AC_CONFIG_SRCDIR([src/cr-input.c])
PACKAGE=libcroco
-AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
AM_CONFIG_HEADER(config.h)