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.
|
if $kdm_no_Xau; then
|
|
AC_MSG_WARN([Cannot build KDM! 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
|
|
are installed or use --without-xdmcp to disable XDMCP support!])
|
|
fi
|
|
|