chiark / gitweb /
exit not _exit, for benefit of coverage testing
[disorder] / configure.ac
index 99b2e9726b5028a11884a095af9a051bfa04edaa..c38990c733ad244d25d4a6464550029bdbe9bfe2 100644 (file)
@@ -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