From 9970249880237f06d2f718f5168532b93f8d1064 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 10 Feb 2017 14:05:05 +0300 Subject: build: remove option that disables deprecated stuff it's also named incorrectly - it doesn't enable anything but makes the build break on the first deprecated item --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index c4da5ed..49adf26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,7 +37,6 @@ AM_CPPFLAGS = \ -DGLADEDIR=\""$(gladedir)"\" \ -DPRIVEXECDIR=\"$(privexecdir)\" \ -DSHDIR=\"$(shdir)\" \ - $(DISABLE_DEPRECATED) \ $(FR_CFLAGS) \ $(JSON_GLIB_CFLAGS) -- cgit v1.2.1