diff options
| -rw-r--r-- | acinclude.m4 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/acinclude.m4 b/acinclude.m4 index afc88d5d..3a997c34 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -306,7 +306,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [  	fi  	if (test "${debug_enable}" = "yes" && test "${ac_cv_prog_cc_g}" = "yes"); then -		CFLAGS="$CFLAGS -g -O0" +		CFLAGS="$CFLAGS -g -O0 -Werror"  	fi  	if (test "${usb_enable}" = "yes" && test "${usb_found}" = "yes"); then | 
