From 60bd10bf93f18bd4645f6d1337b0b72bcabe4041 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.com> Date: Wed, 29 Feb 2012 14:57:24 -0500 Subject: [PATCH] #9024: fix -g option appears twice in client compilation command --- gnome/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/configure.ac b/gnome/configure.ac index 7c659e7837..b9965233b9 100644 --- a/gnome/configure.ac +++ b/gnome/configure.ac @@ -17,7 +17,7 @@ LT_INIT dnl Only need these for moving to gtk3 MIGRATION_CFLAGS="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_DISABLE_SINGLE_INCLUDES" -CFLAGS="$CFLAGS -g -Wall -Wextra -Wshadow $MIGRATION_CFLAGS" +CFLAGS="$CFLAGS -Wall -Wextra -Wshadow $MIGRATION_CFLAGS" dnl GCONF utilities AM_GCONF_SOURCE_2 -- GitLab