~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-30 00:53:14 UTC
  • mto: (779.3.19 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130005314-3ufwrbqxnxu2aevi
Replaced gen_lex_hash with gperf. Yay for no more building tools to build source!!!

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(GPERF, gperf, gperf)
 
195
if test "$ac_cv_prog_gperf" = "no"
 
196
then
 
197
  AC_MSG_ERROR("Drizzle requires gperf to build. Please install it.")
 
198
fi
 
199
 
194
200
AC_PATH_PROG(LCOV, lcov, lcov)
195
201
AC_PATH_PROG(GENHTML, genhtml, genhtml)
196
202