1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

38084: Use previously located pcre-config for libs

This commit is contained in:
Baruch Siach 2016-03-03 23:37:27 +02:00 committed by Peter Stephenson
parent 564fb25e82
commit 77e55b1ea3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-03-04 Peter Stephenson <p.stephenson@samsung.com>
* 38084: Baruch Siach: configure.ac: use the pcre-config we
found earlier for determining libs.
2016-03-03 Barton E. Schaefer <schaefer@zsh.org>
* 38048: Src/zle_refresh.c: fix "zle redisplay" when called while

View file

@ -925,7 +925,7 @@ fi
if test x$enable_pcre = xyes; then
dnl pcre-config should probably be employed here
dnl AC_SEARCH_LIBS(pcre_compile, pcre)
LIBS="`pcre-config --libs` $LIBS"
LIBS="`$ac_cv_prog_PCRECONF --libs` $LIBS"
fi
dnl ---------------------