]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/apache/apache/apache-2.0.48/pcre-configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / apache / apache / apache-2.0.48 / pcre-configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- httpd-2.0.47/srclib/pcre/configure.in~pcre-configure
7 +++ httpd-2.0.47/srclib/pcre/configure.in
8 @@ -72,7 +72,8 @@
9  AC_ARG_ENABLE(newline-is-cr,
10  [  --enable-newline-is-cr  use CR as the newline character],
11  if test "$enableval" = "yes"; then
12 -  NEWLINE=-DNEWLINE=13
13 +  AC_DEFINE(NEWLINE, 13)
14 +#  NEWLINE=-DNEWLINE=13
15  fi
16  )
17  
18 @@ -81,7 +82,8 @@
19  AC_ARG_ENABLE(newline-is-lf,
20  [  --enable-newline-is-lf  use LF as the newline character],
21  if test "$enableval" = "yes"; then
22 -  NEWLINE=-DNEWLINE=10
23 +  AC_DEFINE(NEWLINE, 10)
24 +#  NEWLINE=-DNEWLINE=10
25  fi
26  )
27  
28 @@ -91,7 +93,7 @@
29  AC_SUBST(HAVE_STRERROR)
30  AC_SUBST(LIBTOOL)
31  AC_SUBST(LIBSUFFIX)
32 -AC_SUBST(NEWLINE)
33 +#AC_SUBST(NEWLINE)
34  AC_SUBST(UTF8)
35  AC_SUBST(PCRE_MAJOR)
36  AC_SUBST(PCRE_MINOR)