View | Details | Raw Unified | Return to bug 158705
Collapse All | Expand All

(-)guile/files/patch-configure.in (-2 / +20 lines)
Lines 1-5 Link Here
1
--- configure.in.orig	2008-12-08 17:42:52.000000000 +0000
1
--- configure.in.orig	2008-12-08 18:42:52.000000000 +0100
2
+++ configure.in	2010-03-17 21:41:00.869992126 +0000
2
+++ configure.in	2011-07-07 15:40:43.000000000 +0200
3
@@ -622,7 +622,7 @@
3
@@ -622,7 +622,7 @@
4
 #
4
 #
5
 AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \
5
 AC_CHECK_HEADERS([complex.h fenv.h io.h libc.h limits.h malloc.h memory.h process.h string.h \
Lines 37-39 Link Here
37
 
37
 
38
     # On past versions of Solaris, believe 8 through 10 at least, you
38
     # On past versions of Solaris, believe 8 through 10 at least, you
39
     # had to write "pthread_once_t foo = { PTHREAD_ONCE_INIT };".
39
     # had to write "pthread_once_t foo = { PTHREAD_ONCE_INIT };".
40
@@ -1277,7 +1280,7 @@
41
     if test "$GCC" = "yes"; then
42
       # Since GCC only issues a warning for missing braces, so we need
43
       # `-Werror' to catch it.
44
-      CFLAGS="-Werror -Wmissing-braces $CFLAGS"
45
+      CFLAGS="-Wmissing-braces $CFLAGS"
46
     fi
47
 
48
     AC_CACHE_CHECK([whether PTHREAD_ONCE_INIT needs braces],
49
@@ -1428,7 +1431,7 @@
50
     # not be "warning free"
51
     if test "${GUILE_ERROR_ON_WARNING}" = yes
52
     then
53
-	CFLAGS="${CFLAGS} -Werror"
54
+	CFLAGS="${CFLAGS}"
55
 	enable_compile_warnings=no
56
     fi
57
     ;;

Return to bug 158705