From b81e43465b14836b17e4fe2dea91c78a2bdd29b3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 22 Jan 2012 01:02:36 -0600 Subject: Part 2 of prior commit --- tdm/configure.in.bot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tdm/configure.in.bot (limited to 'tdm/configure.in.bot') diff --git a/tdm/configure.in.bot b/tdm/configure.in.bot new file mode 100644 index 000000000..a0d238b29 --- /dev/null +++ b/tdm/configure.in.bot @@ -0,0 +1,8 @@ +if $tdm_no_Xau; then + AC_MSG_WARN([Cannot build TDM! Make sure that libXau.a is installed!]) +fi +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 + -- cgit v1.2.1