summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-02-03 17:22:48 +0300
committermonsta <[email protected]>2016-02-03 17:22:48 +0300
commitb69c651cb419071db9184e6afc989cac012902c1 (patch)
treec9956da28017e2ba1e8a8ecd9b66c3149edb5223 /configure.ac
parent0fe0004f21832032602920d9c6f1074c1c3d9089 (diff)
downloadmate-control-center-b69c651cb419071db9184e6afc989cac012902c1.tar.bz2
mate-control-center-b69c651cb419071db9184e6afc989cac012902c1.tar.xz
drop "Ubuntu hacks" because Ubuntu dropped that stuff long ago
see https://bugs.launchpad.net/bugs/744993
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac
index fd22874e..0e069a13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -310,21 +310,6 @@ AC_ARG_ENABLE(update-mimedb,
enable_update_mimedb=yes)
AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)
-dnl ****************************************************************************
-dnl * using Ubuntu hacks
-dnl ****************************************************************************
-AC_ARG_ENABLE(ubuntu,
- AS_HELP_STRING([--enable-ubuntu], [Enable Ubuntu Counter Hacks]), enable_ubuntu=yes, enable_ubuntu=no)
-
-if test "x$enable_ubuntu" = "xyes" ; then
- # we define a UBUNTU on code
- MATE_DESKTOP_CFLAGS="$MATE_DESKTOP_CFLAGS -DUBUNTU"
-
- ENABLE_UBUNTU=yes
-else
- ENABLE_UBUNTU=no
-fi
-
AC_CONFIG_FILES([
Makefile
org.mate.control-center.gschema.xml
@@ -386,6 +371,4 @@ echo "
Libmate-slab: ${have_libmateslab}
XCursor support: ${have_xcursor}
XInput support: ${have_xinput}
- Ubuntu hacks: ${enable_ubuntu}
-
"