Revert 3489 the issue is more complex than I originally thought. Updates #1009.

Originally committed to SVN as r3490.
This commit is contained in:
Amar Takhar 2009-09-05 20:19:13 +00:00
parent 7bbf2e6ce8
commit 6c08c50d92

View file

@ -265,9 +265,6 @@ fi
# Check for X include/lib.
##########################
AC_PATH_XTRA
if test -z "$X_CFLAGS" || test -z "$X_LIBS"; then
AC_MSG_FAILURE("You must have a working copy of X and Imake installed.")
fi
######################################