X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=61013ad754ac75918e09a8ec50b1655f26e1b91a;hb=468665dfa7a030ba3746e2796a196a47cacf4f76;hp=d3d45d656428037e23d973236183565e37ffcf03;hpb=25609412233a67514fed29b9c87824ad5a00884f;p=libsigrok.git 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])])