From 709608a5fb86c5b8050f0022428a419b14df4571 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 (cherry picked from commit b2f72b91d0f43cb1dd94d138882a8caa9c841c24) --- 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 1edc226854..3d1544d5a2 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