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