You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/tdm/configure.in.bot

9 lines
261 B

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