From 5f78e6dfd35e3fde471d918aa930be9643939382 Mon Sep 17 00:00:00 2001 From: goodale Date: Wed, 5 Oct 2005 17:53:18 +0000 Subject: Removing the check for X libraries. This should now be done via a thorn and a configuration script. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4174 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/make.config.defn.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/make/make.config.defn.in') diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in index 17b564e5..0dd2c66b 100644 --- a/lib/make/make.config.defn.in +++ b/lib/make/make.config.defn.in @@ -150,8 +150,8 @@ CPU = @host_cpu@ VENDOR = @host_vendor@ # X stuff -X_LIB_DIR = @X_LIB_DIR@ -X_INC_DIR = @X_INC_DIR@ +#X_LIB_DIR = @X_LIB_DIR@ +#X_INC_DIR = @X_INC_DIR@ # GNU stuff BUILD_GETOPT = @BUILD_GETOPT@ -- cgit v1.2.3