From fded3a5ed753bd0fff77fb73ab9abcd8ad715e59 Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 1 Sep 2008 23:46:53 +0000 Subject: - suffix configure option removed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1337 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/config.inc.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/config.inc.in') diff --git a/src/config.inc.in b/src/config.inc.in index 6bdf26b5..a9714366 100644 --- a/src/config.inc.in +++ b/src/config.inc.in @@ -7,8 +7,7 @@ {$@DEFINE_USE_LOCAL_DIRS@ UseLocalDirs} {$IF (not Defined(UseLocalDirs)) and Defined(IncludeConstants)} - PathSuffix = WideString('@suffix@'); - SharedPath = WideString('@sharerootdir@/'+PathSuffix); + INSTALL_DATADIR = '@INSTALL_DATADIR@'; {$IFEND} {* Libraries *} -- cgit v1.2.3