From 09f7a5d6c66a72852e6251cbf2b47c1a38f6dd85 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 26 Apr 2014 19:24:36 +0100 Subject: [PATCH] configure: Move AC_USE_SYSTEM_EXTENSIONS to avoid autoconf warning. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6051e3e..e84650a 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,9 @@ AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. AC_CONFIG_MACRO_DIR([m4]) +dnl Enable system extensions (_GNU_SOURCE etc). +AC_USE_SYSTEM_EXTENSIONS + AM_PROG_LIBTOOL dnl Check for basic C environment. @@ -36,9 +39,6 @@ test "x$U" != "x" && AC_MSG_ERROR([Compiler not ANSI compliant]) AM_PROG_CC_C_O -dnl Enable system extensions (_GNU_SOURCE etc). -AC_USE_SYSTEM_EXTENSIONS - dnl Check support for 64 bit file offsets. AC_SYS_LARGEFILE -- 1.8.3.1