From: Karel Zak Date: Wed, 16 May 2007 10:56:28 +0000 (+0200) Subject: build-sys: add AC_GNU_SOURCE X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240f7101229014532103518cbec939cbf873417e;p=util-linux build-sys: add AC_GNU_SOURCE The widechar code doesn't compile correctly without _GNU_SOURCE (at least according to reports from testers. I don't see the problem on FC6.) Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index fc12eeee..2ee7e92a 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +25,7 @@ NONE:NONE | NONE:/usr | /usr:*) esac AC_PROG_CC_STDC +AC_GNU_SOURCE AC_PROG_LIBTOOL AC_PATH_PROG(PERL, perl)