summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-11 14:34:31 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-10-11 14:34:31 +0000
commite33cd9fc666dcbe0a03a4642321bb00f9fb1491b (patch)
tree3e00d875bd940f33eff73517e8e0492af9f2d2a8 /lib/make/make.config.defn.in
parent83f469deb9369f71f3c5bccb9ce89dce070b22b2 (diff)
Re-instating the configure test for X, but protecting it in
an if clause so it is only tested if CCTK_NEED_X is true. The PETSc extras file has been updated to set this flag. This will be reverted when the extras stuff is removed and thorns are using the thorns in CactusExternal to detect things. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4182 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 0dd2c66b..17b564e5 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@