From 81ce6f0166e556b691e84084e4785e560fd0bb83 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 5 Feb 2012 17:13:02 +0100 Subject: [PATCH] Workaround for recent files bug no longer needed --- configure.ac | 13 ------------- player/{chimara.menus.in => chimara.menus} | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) rename player/{chimara.menus.in => chimara.menus} (96%) diff --git a/configure.ac b/configure.ac index ab898e3..19590ff 100644 --- a/configure.ac +++ b/configure.ac @@ -85,18 +85,6 @@ AC_ARG_ENABLE([iliad], [enable_iliad=no]) AM_CONDITIONAL(TARGET_ILIAD, $TEST "x$enable_iliad" = xyes) -### BUILD WITHOUT RECENT FILES MANAGER ######################################### -# (to work around a bug on OS X) -AC_ARG_ENABLE([recent], - [AS_HELP_STRING([--disable-recent], - [Omit recent files menu (to work around a bug on OS X])], - [], - [enable_recent=yes]) -AS_IF([$TEST "x$enable_recent" = "xyes"], - [OPEN_RECENT_MENU_ITEM=""], - [OPEN_RECENT_MENU_ITEM=""]) -AC_SUBST(OPEN_RECENT_MENU_ITEM) - ### RPM CONFIGURATION ########################################################## # --enable-rpm requires rpm and rpmbuild AC_PATH_PROG([RPMBUILD], [rpmbuild], [notfound]) @@ -195,7 +183,6 @@ interpreters/glulxe/Makefile interpreters/git/Makefile tests/Makefile player/Makefile -player/chimara.menus player/config.py docs/Makefile docs/reference/Makefile diff --git a/player/chimara.menus.in b/player/chimara.menus similarity index 96% rename from player/chimara.menus.in rename to player/chimara.menus index cb383f7..085975c 100644 --- a/player/chimara.menus.in +++ b/player/chimara.menus @@ -3,7 +3,7 @@ - @OPEN_RECENT_MENU_ITEM@ + -- 2.30.2