summaryrefslogtreecommitdiffstats
path: root/server/external/libpcre.m4
blob: ed744f36d490064c2678628846007f3432174069 (plain)
1
2
3
4
5
6
7
PCRE_OBJ=""
AC_SUBST(PCRE_OBJ)
AC_SUBST(PCRE_LIBS)
AC_SUBST(PCRE_CFLAGS)

AC_CHECK_HEADERS(pcre.h)
AC_CHECK_LIB(pcre, pcre_compile, [ PCRE_LIBS="-lpcre" ])