fi
AM_CONDITIONAL(WITH_IPSEPCOLA, [test "x$use_ipsepcola" = "xYes"])
-# -----------------------------------
-
-AC_MSG_CHECKING(if FILE struct contains _IO_read_end)
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
- ]], [[FILE *f;
- int i;
- i=f->_IO_read_end;
- ]])],[AC_MSG_RESULT(yes)
- AC_DEFINE_UNQUOTED(HAVE_FILE_IO_READ_END,1,Define if FILE structure provides _IO_read_end)
- ],[AC_MSG_RESULT(no)
- ])
-
# -----------------------------------------------------------------------
# This is a historical artifact ... there are no other choices these days
/* Define to 1 if you have the <expat.h> header file. */
#define HAVE_EXPAT_H 1
-/* Define if FILE structure provides _IO_read_end */
-/* #undef HAVE_FILE_IO_READ_END */
-
/* Define if you have the fontconfig library */
#define HAVE_FONTCONFIG 1