summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-05-16 12:56:28 +0200
committerKarel Zak2007-05-16 12:56:28 +0200
commit240f7101229014532103518cbec939cbf873417e (patch)
treece10ca9884f332f9636a125ec317868becec45a2 /configure.ac
parentbuild-sys: remove -fomit-frame-pointer (diff)
downloadkernel-qcow2-util-linux-240f7101229014532103518cbec939cbf873417e.tar.gz
kernel-qcow2-util-linux-240f7101229014532103518cbec939cbf873417e.tar.xz
kernel-qcow2-util-linux-240f7101229014532103518cbec939cbf873417e.zip
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.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fc12eeee6..2ee7e92a3 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)