blob: a0d238b291228003b958dea6ee9e7c42ff5649f4 (
plain)
1
2
3
4
5
6
7
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
|