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.
9 lines
261 B
9 lines
261 B
13 years ago
|
if $tdm_no_Xau; then
|
||
|
AC_MSG_WARN([Cannot build TDM! Make sure that libXau.a is installed!])
|
||
15 years ago
|
fi
|
||
13 years ago
|
if $tdm_no_Xdmcp; then
|
||
|
AC_MSG_WARN([Cannot build TDM! Make sure that libXdmcp.a and Xdmcp.h
|
||
15 years ago
|
are installed or use --without-xdmcp to disable XDMCP support!])
|
||
|
fi
|
||
|
|