From f917c9d17b32ad7360d27a6ceb6ad1075bf41db9 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 14 Nov 2016 15:38:09 -0500 Subject: [PATCH] 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 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1f0cfaa54..73270aa87 100644 --- a/configure.ac +++ b/configure.ac @@ -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.