[libsoup] Remove -DG_DISABLE_DEPRECATED
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] Remove -DG_DISABLE_DEPRECATED
- Date: Fri, 21 Oct 2011 15:27:41 +0000 (UTC)
commit abb38b61b18fe8c837b731b2ca649c5809015840
Author: Dan Winship <danw gnome org>
Date: Fri Oct 21 11:26:15 2011 -0400
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.
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
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 ***************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]