configure.ac: call `AC_USE_SYSTEM_EXTENSIONS` earlier
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 15 Mar 2024 15:33:14 +0000 (11:33 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 18 Mar 2024 14:59:40 +0000 (10:59 -0400)
commit99f9c3e523274c787038af029bb0270809e5f579
treec8b6d18c2cb20f30e98fc7dd639884cb960ccfdf
parent45ad74d3e26879bcbe42c397c370845a01e5dd18
configure.ac: call `AC_USE_SYSTEM_EXTENSIONS` earlier

When bootstrapping, with autoconf 2.72, I see:

    autoreconf: running: /usr/bin/autoconf
    configure.ac:7: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
    m4/ac_extensions.m4:38: AC_USE_SYSTEM_EXTENSIONS is expanded from...
    configure.ac:7: the top level

Move the call to `AC_USE_SYSTEM_EXTENSIONS` earlier to avoid that.

Change-Id: I836889d9816708530ddbd7c66d8e2c331eadbead
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
configure.ac
This page took 0.022851 seconds and 4 git commands to generate.