This commit was manufactured by cvs2svn to create tag 'whiterussian_rc3'.
[openwrt/svn-archive/openwrt.git] / openwrt / package / lighttpd / patches / 500-configure_cross.patch
1 diff -ruN lighttpd-1.3.13-old/configure lighttpd-1.3.13-new/configure
2 --- lighttpd-1.3.13-old/configure 2005-03-06 11:53:51.000000000 +0100
3 +++ lighttpd-1.3.13-new/configure 2005-09-01 09:10:36.000000000 +0200
4 @@ -22623,7 +22623,7 @@
5
6 fi
7
8 -if test "x$cross_compiling" = xno; then
9 +#if test "x$cross_compiling" = xno; then
10 # Extract the first word of "pcre-config", so it can be a program name with args.
11 set dummy pcre-config; ac_word=$2
12 echo "$as_me:$LINENO: checking for $ac_word" >&5
13 @@ -22882,7 +22882,7 @@
14
15 LIBS="$OLDLIBS"
16 fi
17 -fi
18 +#fi
19
20
21
22 diff -ruN lighttpd-1.3.13-old/configure.in lighttpd-1.3.13-new/configure.in
23 --- lighttpd-1.3.13-old/configure.in 2005-03-06 11:53:39.000000000 +0100
24 +++ lighttpd-1.3.13-new/configure.in 2005-09-01 08:44:12.000000000 +0200
25 @@ -207,7 +207,7 @@
26 AC_SUBST(SSL_LIB)
27 fi
28
29 -if test "x$cross_compiling" = xno; then
30 +#if test "x$cross_compiling" = xno; then
31 AC_PATH_PROG(PCRECONFIG, pcre-config)
32
33 if test x"$PCRECONFIG" != x; then
34 @@ -223,7 +223,7 @@
35 ])
36 LIBS="$OLDLIBS"
37 fi
38 -fi
39 +#fi
40
41 AC_SUBST(PCRE_LIB)
42