]> git.pld-linux.org Git - packages/apertium.git/blob - pcre.patch
- release 5 (rebuild with updated lttoolbox)
[packages/apertium.git] / pcre.patch
1 --- apertium-3.2.0/configure.ac.wiget   2012-03-30 18:46:44.322626887 +0200
2 +++ apertium-3.2.0/configure.ac 2012-03-30 18:47:01.332626607 +0200
3 @@ -122,7 +122,7 @@ AC_CHECK_FUNCS(strcasecmp)
4  if test x$(uname) != xDarwin;
5  then 
6  AC_CHECK_HEADER(pcreposix.h,
7 -  AC_CHECK_LIB(pcre, pcre_info,[
8 +  AC_CHECK_LIB(pcre, pcre_fullinfo,[
9    LIBS="$LIBS -lpcreposix -lpcre"
10    no_comp_check=yes],
11    AC_MSG_ERROR([*** unable to locate pcre library ***])),
This page took 0.049634 seconds and 3 git commands to generate.