diff options
author | root <root> | 2011-05-02 13:12:22 +0000 |
---|---|---|
committer | root <root> | 2011-05-02 13:12:22 +0000 |
commit | b59e210f61bfdb287781a799ec7b4c1a778c5f95 (patch) | |
tree | 63ace2e1d051ca5a7f49bed2eae62c81f9421827 | |
parent | a75405227ad65bc341e07b79b0eee8812bd67486 (diff) |
*** empty log message ***
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 96f6bc8..d80b3b2 100644 --- a/configure.ac +++ b/configure.ac @@ -13,8 +13,7 @@ if test "x$GCC" = xyes ; then CFLAGS="-O3 $CFLAGS" fi -dnl somebody will forgive me -CFLAGS="-D_GNU_SOURCE $CFLAGS" +AC_GNU_SOURCE m4_include([libeio.m4]) |