]> git.pld-linux.org Git - packages/anjuta.git/blob - anjuta-cflags.patch
- converted to UTF-8
[packages/anjuta.git] / anjuta-cflags.patch
1 --- configure.in.org    2007-01-14 19:48:06.228659750 +0100
2 +++ configure.in        2007-01-14 19:48:26.069899750 +0100
3 @@ -893,7 +893,7 @@
4         test $VALUE && APR_CONFIG=$VALUE
5         if test $APR_CONFIG ; then
6                 AC_MSG_RESULT([found])
7 -               APR_CFLAGS="`$APR_CONFIG --cflags`"
8 +               APR_CFLAGS="`$APR_CONFIG --cppflags --cflags`"
9                 APR_INCLUDE="`$APR_CONFIG --includes`"
10                 APR_LIBS="`$APR_CONFIG --link-ld --libs`"
11         else
This page took 0.049267 seconds and 3 git commands to generate.