From 73316ae276866f97ad9f5c62953b19df8ec05fdb Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 7 Jul 2012 21:04:49 +1000 Subject: [PATCH] Use system extensions in configure.ac to allow to build on non-gnu-linux platforms. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c036ff6..96b9d43 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.6 dist-bzip2 foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -AC_GNU_SOURCE +AC_USE_SYSTEM_EXTENSIONS AC_PROG_LIBTOOL ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##