diff options
author | Karel Zak <kzak@redhat.com> | 2007-05-16 12:56:28 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-05-16 12:56:28 +0200 |
commit | 240f7101229014532103518cbec939cbf873417e (patch) | |
tree | ce10ca9884f332f9636a125ec317868becec45a2 /configure.ac | |
parent | 0f521197aecf77a3d59451f9a9eabaf0b27f1ad5 (diff) | |
download | util-linux-240f7101229014532103518cbec939cbf873417e.tar.gz |
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 <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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) |