diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-17 02:00:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-21 19:39:37 +0300 |
commit | 3b3b21a1b939097b9f96185893a8edf4214bd572 (patch) | |
tree | 899f2a0b0717d44765febce5513181a543e0766f /configure.in | |
parent | 5ce1b0ec7c0a8267bba7b163af5c7e4556fb3390 (diff) | |
download | hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.gz hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.bz2 hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.tar.xz hercules-3b3b21a1b939097b9f96185893a8edf4214bd572.zip |
Remove unused PCRE_SUPPORT define.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7b89bbce4..88f4c67c4 100644 --- a/configure.in +++ b/configure.in @@ -1293,7 +1293,6 @@ AC_SUBST([MYSQL_LIBS]) AC_MSG_CHECKING([PCRE library]) AC_CHECK_LIB(pcre, pcre_study, , AC_MSG_ERROR([PCRE not found or incompatible])) -CFLAGS="$CFLAGS -DPCRE_SUPPORT" # # static Support test |