Remove incorrect test for X11/X.h.

SVN revision: 43355
This commit is contained in:
Kim Woelders 2009-10-30 20:00:01 +00:00
parent d0d1a48672
commit c84c09c31e
1 changed files with 0 additions and 5 deletions

View File

@ -114,11 +114,6 @@ freetype_cflags=`$FREETYPE_CONFIG --cflags`
freetype_libs=`$FREETYPE_CONFIG --libs`
AC_PATH_X
if test "x$have_x" != "xdisabled"; then
AC_CHECK_HEADER(X11/X.h,
[ have_x="yes" ],
[ have_x="no" ])
fi
if test "x$have_x" = "xno"; then
# If --without-x was passed, this will be "disabled" instead of "no" --