From 8d5aadc77ea8b00558101f0258d7494ebe65c292 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 18 Jun 2009 19:13:56 +0000 Subject: A bunch of fixes that make OpenID authentication work for the first time. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index bcbc312..56de6db 100644 --- a/configure.in +++ b/configure.in @@ -121,7 +121,8 @@ AC_ARG_ENABLE(debug, [Compile binaries in debug mode])) if test "$enable_debug" = "yes"; then - CFLAGS="$CFLAGS -g -O0 -Wall -Werror" + CFLAGS="-Wall -Werror $CFLAGS -g -O0" + CXXFLAGS="-Wall -Werror $CXXFLAGS -g -O0" AC_DEFINE_UNQUOTED(_DEBUG, 1, [In debug mode]) echo "enabling debug compile mode" fi -- cgit v1.2.3