Blob Blame History Raw
From 35347d5adbebd7c65d52c797f28f74fc18b9da79 Mon Sep 17 00:00:00 2001
From: Jeffrey C. Ollie <jeff@ocjtech.us>
Date: Tue, 5 Feb 2008 08:45:03 -0600
Subject: [PATCH] Don't enable -Werror (for PPC)

---
 configure.ac |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index aa96132..0811561 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,10 +229,6 @@ if test "$perf" = "yes" ; then
 	CFLAGS="$CFLAGS -DPERF"
 fi
 
-if test $GCC = yes && test $wall_werror = yes;  then
-	CFLAGS="$CFLAGS -Werror "
-fi
-
 ORTPDEPS_LIBS="$ORTPDEPS_LIBS $PTHREAD_LIBS $PTHREAD_LDFLAGS $SRTP_LIBS"
 ORTPDEPS_CFLAGS="$ORTPDEPS_CFLAGS $PTHREAD_CFLAGS $ORTP_DEFS $SRTP_CFLAGS"
 CFLAGS="$CFLAGS $ORTP_DEFS"
-- 
1.5.3.8