From: Dan Winship Date: Fri, 21 Oct 2011 15:26:15 +0000 (-0400) Subject: Remove -DG_DISABLE_DEPRECATED X-Git-Tag: LIBSOUP_2_37_1~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abb38b61b18fe8c837b731b2ca649c5809015840;p=platform%2Fupstream%2Flibsoup.git Remove -DG_DISABLE_DEPRECATED This causes prototypes like g_mutex_new() to disappear, causing the prototype to be assumed incorrectly, causing crashes. For now I still want to be able to build against either glib-2-30 or glib master, so just remove the -DG_DISABLE_DEPRECATED. --- diff --git a/configure.ac b/configure.ac index a0d0f7d..db95dbb 100644 --- a/configure.ac +++ b/configure.ac @@ -53,9 +53,9 @@ fi AC_SUBST(SOUP_DEBUG_FLAGS) # Set the maintainer flags -if test -d .git; then - SOUP_MAINTAINER_FLAGS="-DG_DISABLE_DEPRECATED" -fi +#if test -d .git; then +# SOUP_MAINTAINER_FLAGS="-DG_DISABLE_DEPRECATED" +#fi AC_SUBST(SOUP_MAINTAINER_FLAGS) dnl ***************************