From 159593b699d162b3c1ef2944b5f9f8951ec3ca5f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 31 Dec 2010 00:19:23 +0100 Subject: build: use only AC_CANONICAL_HOST Calculating AC_CANONICAL_TARGET is superfluous, because ipset is not a code generator. Signed-off-by: Jan Engelhardt --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7b6d276..c5bcdce 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ dnl Boilerplate AC_INIT([ipset], [5.2], [kadlec@blackhole.kfki.hu]) -AC_CANONICAL_TARGET +AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) dnl Shortcut: Linux supported alone -case $target in +case "$host" in *-*-linux*) ;; *) AC_MSG_ERROR([Linux systems supported exclusively!]);; esac -- cgit v1.2.3