]> git.pld-linux.org Git - packages/php.git/blob - php-am_ac_lt.patch
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-am_ac_lt.patch
1 diff -urN php-4.1.2.org/TSRM/threads.m4 php-4.1.2/TSRM/threads.m4
2 --- php-4.1.2.org/TSRM/threads.m4       Mon Apr  8 01:42:39 2002
3 +++ php-4.1.2/TSRM/threads.m4   Mon Apr  8 01:43:36 2002
4 @@ -32,7 +32,11 @@
5  dnl
6  AC_DEFUN(PTHREADS_FLAGS,[
7    if test -z "$host_alias"; then
8 -    AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
9 +    if test -z "$build_alias"; then
10 +      AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
11 +    else
12 +      host_alias=$build_alias
13 +    fi
14    fi
15    case "$host_alias" in
16    *solaris*)
17 diff -urN php-4.1.2.org/configure.in php-4.1.2/configure.in
18 --- php-4.1.2.org/configure.in  Mon Apr  8 01:42:39 2002
19 +++ php-4.1.2/configure.in      Mon Apr  8 01:42:57 2002
20 @@ -115,11 +115,11 @@
21  
22  AM_PROG_CC_STDC
23  
24 -AC_PROG_RANLIB
25 +AC_PROG_LIBTOOL
26  AC_PROG_CC_C_O
27  AC_PROG_LN_S
28  
29 -AC_PROG_LEX
30 +AM_PROG_LEX
31  if test -n "$LEX"; then
32    AC_DECL_YYTEXT
33  fi
This page took 0.027653 seconds and 3 git commands to generate.