From b2f72b91d0f43cb1dd94d138882a8caa9c841c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Tue, 28 Jun 2011 11:15:39 -0400 Subject: [PATCH] Remove unused DEBUG define which interferes with logger.h --- sflphone-client-gnome/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sflphone-client-gnome/configure.ac b/sflphone-client-gnome/configure.ac index d96ff58849..da02c0746e 100644 --- a/sflphone-client-gnome/configure.ac +++ b/sflphone-client-gnome/configure.ac @@ -21,7 +21,7 @@ AC_ARG_WITH(debug, [with_debug=no] ) if test "x$with_debug" = "xfull" -o "x$with_debug" = "xyes"; then - CFLAGS="-g -O0 -DDEBUG -Wall -Wextra" + CFLAGS="-g -O0 -Wall -Wextra" else CFLAGS="$CFLAGS -Wall -Wextra" fi -- GitLab