Once more into the breech.

SVN revision: 5440
This commit is contained in:
Tom Gilbert 2001-10-08 16:27:24 +00:00
parent 7ba6529191
commit 947263f038
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ fi
AC_PROG_INSTALL
AC_PROG_MAKE_SET
ASFLAGS="$ASFLAGS -I../"
AM_PROG_AS
AC_SUBST(ASFLAGS)
AC_MSG_CHECKING(whether fopen accepts "b" mode)
AC_CACHE_VAL([ag_cv_func_fopen_binary],
[AC_TRY_RUN([#include <stdio.h>