diff options
author | root <root> | 2008-10-22 18:15:36 +0000 |
---|---|---|
committer | root <root> | 2008-10-22 18:15:36 +0000 |
commit | 76c7228dfabca043f8685b4c21185d6506107658 (patch) | |
tree | 66d6960d7d3e02c62035810b8724877780ac3a5c /configure.ac | |
parent | e1114224e950a1549be615d893899b3cdb2a832e (diff) |
*** empty log message ***
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4af457d..f55f47a 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,9 @@ if test "x$GCC" = xyes ; then CFLAGS="$CFLAGS -O3" fi +dnl somebody will forgive me +CFLAGS="-D_GNU_SOURCE" + m4_include([libeio.m4]) AC_CONFIG_FILES([Makefile]) |