diff options
Diffstat (limited to 'kdm/configure.in.bot')
-rw-r--r-- | kdm/configure.in.bot | 8 |
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 |