X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/56fac00de41f38504220dc6dedd801e895351143..4a99f7ba7e2e1ecc7a09528618e1e3ca54f5727d:/configure.ac diff --git a/configure.ac b/configure.ac index 99b2e97..c38990c 100644 --- a/configure.ac +++ b/configure.ac @@ -466,10 +466,10 @@ if test "x$GCC" = xyes; then if test $rjk_cv_shadow = yes; then CC="${CC} -Wshadow" fi - - fi +RJK_GCOV + AH_BOTTOM([#ifdef __GNUC__ # define attribute(x) __attribute__(x) #else