summaryrefslogtreecommitdiff
blob: b309df4d60908b2f4b44756e716fa60f8eaea7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.ac.orig	2012-02-24 19:32:04.000000000 +0100
+++ configure.ac	2012-02-24 19:32:20.000000000 +0100
@@ -116,9 +116,6 @@
 fi
 AC_MSG_RESULT($have_gtk_2_12)
 
-if test "x$have_gtk_2_7" != "xyes"; then
-  CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
-fi
 
 
 AC_MSG_CHECKING([if GIMP is version 2.4.0 or newer])
@@ -129,9 +126,6 @@
 fi
 AC_MSG_RESULT($have_gimp_2_4)
 
-if test "x$have_gimp_2_4" != "xyes"; then
-  CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
-fi
 
 AC_MSG_CHECKING([if we are on Win32])
 AC_LANG([C])