Code

Updated changelog to 0.22.3+debian-1.
[pkg-cadaver.git] / configure.diff
1 --- cadaver-0.22.2.orig/configure
2 +++ cadaver-0.22.2/configure
3 @@ -15652,7 +15652,7 @@
4  if test "$enable_warnings" = "yes"; then
5     case $GCC:`uname` in
6     yes:*)
7 -      CFLAGS="$CFLAGS -Wall -ansi-pedantic -Wmissing-declarations -Winline -Wshadow -Wreturn-type -Wsign-compare -Wundef -Wpointer-arith -Wcast-align -Wbad-function-cast -Wimplicit-prototypes -Wformat-security"
8 +      CFLAGS="$CFLAGS -Wall -Wmissing-declarations -Winline -Wshadow -Wreturn-type -Wsign-compare -Wundef -Wpointer-arith -Wcast-align -Wbad-function-cast -Wformat-security"
9        if test -z "$with_ssl" -o "$with_ssl" = "no"; then
10          # OpenSSL headers fail strict prototypes checks
11          CFLAGS="$CFLAGS -Wstrict-prototypes"