From: Uwe Hermann Date: Wed, 8 Apr 2015 16:50:07 +0000 (+0200) Subject: configure.ac: Drop unneeded AC_CANONICAL_SYSTEM. X-Git-Tag: libsigrok-0.4.0~538 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=2d31e8bcbd98f0dee9047749324baedfcdd2be62;p=libsigrok.git configure.ac: Drop unneeded AC_CANONICAL_SYSTEM. --- diff --git a/configure.ac b/configure.ac index d3d45d65..61013ad7 100644 --- a/configure.ac +++ b/configure.ac @@ -33,9 +33,6 @@ AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([autostuff]) AC_CONFIG_AUX_DIR([autostuff]) -# We require this to know the target settings if we're cross-compiling. -AC_CANONICAL_SYSTEM - # We require at least automake 1.11 (needed for 'silent rules'). AM_INIT_AUTOMAKE([1.11 -Wall -Werror subdir-objects check-news color-tests]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])