~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2009-01-25 02:52:05 UTC
  • mfrom: (801.1.4 testable)
  • Revision ID: brian@gir.tangent.org-20090125025205-zlahg6u6z0w95v64
Merge from Myself

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