From 240f7101229014532103518cbec939cbf873417e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 16 May 2007 12:56:28 +0200 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5