]> git.pld-linux.org Git - packages/c-icap-modules.git/blob - c-icap-modules-build.patch
- updated to 0.5.7
[packages/c-icap-modules.git] / c-icap-modules-build.patch
1 diff -ur c_icap_modules-0.1.3.orig/configure.ac c_icap_modules-0.1.3.mod/configure.ac
2 --- c_icap_modules-0.1.3.orig/configure.ac      2010-12-21 20:30:23.000000000 +0100
3 +++ c_icap_modules-0.1.3.mod/configure.ac       2011-03-18 15:52:47.844674361 +0100
4 @@ -43,7 +43,7 @@
5  )
6  
7  if test -z "$cicapdir"; then
8 -    if c-icap-config >& /dev/null; then
9 +    if c-icap-config >/dev/null; then
10          cicapflags=`c-icap-config --cflags`
11          cicaplibs=`c-icap-config --libs` 
12          cicapetc=`c-icap-config --configdir`
This page took 0.071183 seconds and 3 git commands to generate.