| |
| |
| @@ -117,7 +117,7 @@ |
| |
| if test "${have_pcre}" = "yes" ; then |
| AC_DEFINE(USE_PCRE, 1, [match.c used with libpcre.]) |
| - PACKAGE_LIBS="${PACKAGE_LIBS} `pcre-config --libs`" |
| + PACKAGE_LIBS="${PACKAGE_LIBS} ${PCRE_LIBS}" |
| fi |
| } |
| |
| |
| |
| @@ -262,7 +262,7 @@ |
| return 1; |
| } |
| |
| -#if defined(__GNUC__) && !defined(__MACH__) && !defined(_Win32) |
| +#if defined(__GLIBC__) && !defined(__MACH__) && !defined(_Win32) |
| // for analysing excessive malloc calls using kdbg |
| extern void *__libc_malloc(size_t size); |
| void *malloc(size_t size) { |