summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 2c6c933d..04342f1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,15 +65,6 @@ GIO_UNIX_REQUIRED=2.18.0
LIBMATE_PANEL_APPLET_REQUIRED=1.7.0
LIBGTOP_REQUIRED=2.12.0
-AC_ARG_ENABLE(deprecated,
- [AC_HELP_STRING([--enable-deprecated],
- [use *_DISABLE_DEPRECATED flags @<:@default=no@:>@])],,
- [enable_deprecated=no])
-
-if test "x$enable_deprecated" = "xyes"; then
- DISABLE_DEPRECATED=""
-fi
-
dnl GTK library version
AC_MSG_CHECKING([which gtk+ version to compile against])