diff options
author | monsta <[email protected]> | 2017-02-10 14:05:05 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-10 14:05:05 +0300 |
commit | 9970249880237f06d2f718f5168532b93f8d1064 (patch) | |
tree | 12fb0c0433d30042b6852b910d1839f61f940223 /configure.ac | |
parent | 9a4930431ff4f4ecc08b073f9ecc7e57f93c5918 (diff) | |
download | engrampa-9970249880237f06d2f718f5168532b93f8d1064.tar.bz2 engrampa-9970249880237f06d2f718f5168532b93f8d1064.tar.xz |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index aa03c84..c557b71 100644 --- a/configure.ac +++ b/configure.ac @@ -204,14 +204,6 @@ YELP_HELP_INIT dnl ****************************** -AC_ARG_ENABLE(deprecations,AS_HELP_STRING([--enable-deprecations],[warn about deprecated usages]),) -if test "x$enable_deprecations" = "xyes"; then - DISABLE_DEPRECATED="-DGSEAL_ENABLE -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" -fi -AC_SUBST(DISABLE_DEPRECATED) - -dnl ****************************** - AC_CONFIG_FILES([Makefile data/Makefile data/engrampa.desktop.in |