From b69c651cb419071db9184e6afc989cac012902c1 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 3 Feb 2016 17:22:48 +0300 Subject: drop "Ubuntu hacks" because Ubuntu dropped that stuff long ago see https://bugs.launchpad.net/bugs/744993 --- configure.ac | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'configure.ac') 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} - " -- cgit v1.2.1