~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-22 06:10:39 UTC
  • mto: (801.1.3 testable) (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 811.
  • Revision ID: mordred@inaugust.com-20090122061039-vf4v6nt7ijg5sk7a
Put in LCOV checks. Put output in subdir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
  AC_PATH_PROG(AS, as, as)
192
192
fi
193
193
 
 
194
AC_PATH_PROG(LCOV, lcov, lcov)
 
195
AC_PATH_PROG(GENHTML, genhtml, genhtml)
 
196
 
 
197
AM_CONDITIONAL(HAVE_LCOV,[test "$ac_cv_prog_lcov" != "no"])
 
198
 
194
199
dnl TODO: This needs to go away and be replaced with _ISOC99_SOURCE
195
200
if test "$ac_cv_c_compiler_gnu" = "yes" -o "$target_os" = "linux-gnu"
196
201
then