Using libpcre instead of c++11 regex

This commit is contained in:
Felipe Zimmerle
2015-08-02 19:55:16 -03:00
parent 2f4d4691c9
commit 17f88f5821
10 changed files with 233 additions and 12 deletions

View File

@@ -56,6 +56,12 @@ else
fi
#
# Check for libpcre
#
CHECK_PCRE
# Checks for header files.
AC_HEADER_STDC