merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / gtk-webcore / files / no-pedantic.patch
blobfaabbbf15fd4f7eff573e3f5debf8275e24819b5
1 --- osb-browser-0.5.0.orig/configure.in 2004-10-18 17:40:28.000000000 +0200
2 +++ osb-browser-0.5.0/configure.in 2004-10-24 01:23:26.000000000 +0200
3 @@ -54,7 +54,7 @@
4 if test "x$GCC" = "xyes"; then
5 case " $CFLAGS " in
6 *[\ \ ]-Wall[\ \ ]*) ;;
7 - *) CFLAGS="$CFLAGS -Wall -Werror -ansi -pedantic" ;;
8 + *) CFLAGS="$CFLAGS -Wall -Werror -ansi" ;;
9 esac
11 changequote([,])dnl