Cleanup configures pcre sljit test.

remotes/origin/master-1.1.x
Victor Julien 14 years ago
parent ece8e5444b
commit 6be38123f0

@ -309,9 +309,10 @@ AC_INIT(configure.in)
return 0;],
[ pcre_sljit_available=yes ], [:]
)
if test "$pcre_sljit_available" = "yes"; then
if test "x$pcre_sljit_available" = "xyes"; then
AC_MSG_RESULT(yes)
CFLAGS="${CFLAGS} -D_PCRE_HAVE_SLJIT"
AC_DEFINE([PCRE_HAVE_SLJIT], [1], [Pcre with JIT compiler support enabled])
else
AC_MSG_RESULT(no)
echo

Loading…
Cancel
Save