diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |