configure.ac: remove AC_CHECK_XUA

The prior patch removed the definition of the XUA check but failed
to remove the execution of the check.  Do so now.

Change-Id: I648a374370d3549db0d98b90f810bd018dc28962
This commit is contained in:
Jeffrey Altman
2016-11-14 15:38:09 -05:00
parent d454492d01
commit f917c9d17b

View File

@@ -316,8 +316,6 @@ KRB_CHECK_X
AM_CONDITIONAL(HAVE_X, test "$no_x" != yes)
AC_CHECK_XAU
dnl AM_C_PROTOTYPES
dnl Checks for typedefs, structures, and compiler characteristics.