summaryrefslogtreecommitdiffstats
path: root/kdm/configure.in.bot
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:28:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-22 00:28:18 -0600
commit7021f40c13f949b7cb5ded32d0241d648a43bf6c (patch)
treeaa1a5e4de2963edc6638783246b2ff25e98833aa /kdm/configure.in.bot
parent0a2a54a02254ded760afd5b9c965c6bb71459d46 (diff)
downloadtdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.tar.gz
tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.zip
Part 1 of 2 of kdm rename
Diffstat (limited to 'kdm/configure.in.bot')
-rw-r--r--kdm/configure.in.bot8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdm/configure.in.bot b/kdm/configure.in.bot
index 838d29faa..a0d238b29 100644
--- a/kdm/configure.in.bot
+++ b/kdm/configure.in.bot
@@ -1,8 +1,8 @@
-if $kdm_no_Xau; then
- AC_MSG_WARN([Cannot build KDM! Make sure that libXau.a is installed!])
+if $tdm_no_Xau; then
+ AC_MSG_WARN([Cannot build TDM! Make sure that libXau.a is installed!])
fi
-if $kdm_no_Xdmcp; then
- AC_MSG_WARN([Cannot build KDM! Make sure that libXdmcp.a and Xdmcp.h
+if $tdm_no_Xdmcp; then
+ AC_MSG_WARN([Cannot build TDM! Make sure that libXdmcp.a and Xdmcp.h
are installed or use --without-xdmcp to disable XDMCP support!])
fi