492
492
#--------------------------------------------------------------------
494
AC_LIB_HAVE_LINKFLAGS(pcre,, [#include <pcre.h>], [pcre *re= NULL])
495
500
AS_IF([test "x$ac_cv_libpcre" = "xno"],
498
AC_LIB_HAVE_LINKFLAGS(pcre,, [#include <pcre/pcre.h>], [pcre *re= NULL])
499
513
AS_IF([test "x$ac_cv_libpcre" = "xno"],
501
515
AC_MSG_ERROR([libpcre is required for Drizzle. On Debian this can be found in libpcre3-dev. On RedHat this can be found in pcre-devel.])