summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-05 17:53:18 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-05 17:53:18 +0000
commit5f78e6dfd35e3fde471d918aa930be9643939382 (patch)
treef9e5504d72ed16827c9e16c8fe4ceacc2201bc18 /lib/make/make.config.defn.in
parent2cc166449933f44c36dbbcc4180e81ca7b489796 (diff)
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
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in4
1 files changed, 2 insertions, 2 deletions
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@