~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Removed automake conditional on mysqltest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
589
589
  AC_CHECK_LIB(pcrecpp, [DoMatch], AC_MSG_ERROR([PCRE not found]))
590
590
  AC_MSG_WARN([PCRE not found - mysqltest will not be built])
591
591
  ])
592
 
AM_CONDITIONAL(BUILD_MYSQLTEST, test "x$ac_cv_have_libpcre" = "xyes")
593
592
AC_SUBST(PCRE_LIBS)
594
593
AC_SUBST(PCRE_CFLAGS)
595
594