From 4859734e7e6699e5c88added2df53ba3ff168300 Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 2 Sep 2008 13:34:19 +0000 Subject: - removed configure options --enable-local/global - instead for - global build: just type "make" and "make install" - local build: just type "make" and start "game/ultrastardx" git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1338 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/config-darwin.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/config-darwin.inc') diff --git a/src/config-darwin.inc b/src/config-darwin.inc index 6e191370..178f9d06 100644 --- a/src/config-darwin.inc +++ b/src/config-darwin.inc @@ -5,10 +5,9 @@ {* Paths *} -{$UNDEF UseLocalDirs} -{$IF (not Defined(UseLocalDirs)) and Defined(IncludeConstants)} +{$IFDEF IncludeConstants} INSTALL_DATADIR = '/usr/local/share/ultrastardx'; -{$IFEND} +{$ENDIF} {* Libraries *} -- cgit v1.2.3