git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730882
13f79535-47bb-0310-9956-
ffa450edef68
fi
AC_MSG_NOTICE([Using external PCRE library from $PCRE_CONFIG])
APR_ADDTO(CFLAGS, [`$PCRE_CONFIG --cflags`])
- APR_ADDTO(LIBS, [`$PCRE_CONFIG --libs`])
+ APR_ADDTO(LTLIBRARY_LIBADD, [`$PCRE_CONFIG --libs`])
+ APACHE_SUBST(LTLIBRARY_LIBADD)
else
AC_MSG_ERROR([pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/])
fi