[latexila] build: do not disable deprecated stuff



commit 8033b37f54bad176b691f3df621dededcfb9a614
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Aug 14 23:40:58 2013 +0200

    build: do not disable deprecated stuff
    
    With less time to maintain latexila, and lots of deprecated API in GTK+,
    this is the kind of thing that must happen one day or another.

 configure.ac |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 24e213d..d8d7274 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,14 +135,6 @@ dependencies="
 CFLAGS="$CFLAGS `pkg-config --cflags ${dependencies}`"
 LIBS="$LIBS `pkg-config --libs ${dependencies}`"
 
-# Disable deprecated stuff
-CFLAGS="$CFLAGS \
--DGSEAL_ENABLE \
--DG_DISABLE_DEPRECATED \
--DGDK_DISABLE_DEPRECATED \
--DGTK_DISABLE_DEPRECATED \
--DGDK_PIXBUF_DISABLE_DEPRECATED"
-
 # Native Language Support
 IT_PROG_INTLTOOL([0.40.0])
 AM_GNU_GETTEXT_VERSION([0.17])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]