forked from Mirrors/freeswitch
FS-353: allow people to use 5 year old and with known segfault issues pcre because centos6 can't seem to use a lib less that 5 years old, use with older libs at your own risk
This commit is contained in:
parent
4268763341
commit
74da7aaf10
@ -1102,7 +1102,7 @@ AM_CONDITIONAL([CURL_BUILTIN],[test "${ac_cv_use_system_curl}" != "yes"])
|
|||||||
|
|
||||||
AC_SUBST(LIBCURL_DEPS)
|
AC_SUBST(LIBCURL_DEPS)
|
||||||
|
|
||||||
PKG_CHECK_MODULES([PCRE], [libpcre >= 7.9])
|
PKG_CHECK_MODULES([PCRE], [libpcre >= 7.8])
|
||||||
PKG_CHECK_MODULES([SPEEX], [speex >= 1.2rc1 speexdsp >= 1.2rc1])
|
PKG_CHECK_MODULES([SPEEX], [speex >= 1.2rc1 speexdsp >= 1.2rc1])
|
||||||
|
|
||||||
AC_ARG_ENABLE(core-libedit-support,
|
AC_ARG_ENABLE(core-libedit-support,
|
||||||
|
Loading…
Reference in New Issue
Block a user