diff options
author | root <root> | 2011-01-07 22:00:12 +0000 |
---|---|---|
committer | root <root> | 2011-01-07 22:00:12 +0000 |
commit | f9abc4bec8a3fa043db69b81f96f1426c98f392a (patch) | |
tree | 12b28b4ce20c77e551620fe8c19b2051b6a93b4d /configure.ac | |
parent | ddf9c4d55b914eefb8141eb34f77433307113c68 (diff) |
*** empty log message ***
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f55f47a..9f4cea9 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ if test "x$GCC" = xyes ; then fi dnl somebody will forgive me -CFLAGS="-D_GNU_SOURCE" +CFLAGS="-D_GNU_SOURCE $CFLAGS" m4_include([libeio.m4]) |