Fix typos in configure.ac.

This commit is contained in:
Sam Hocevar 2010-01-08 01:17:17 +00:00 committed by sam
parent 5a9af3e183
commit bd393a72e1

View File

@ -91,13 +91,13 @@ AC_TRY_COMPILE([#include <stdio.h>],
[ac_v_fp_base=FIXME; ac_v_fp_ptr=__ptr; ac_v_fp_cnt=__cnt],
[AC_TRY_COMPILE([#include <stdio.h>],
[FILE *fp; fp->_cnt++; fp->_ptr++],
[aac_v_fp_base=FIXME; ac_v_fp_ptr=_ptr; ac_v_fp_cnt=_cnt],
[ac_v_fp_base=FIXME; ac_v_fp_ptr=_ptr; ac_v_fp_cnt=_cnt],
[AC_TRY_COMPILE([#include <stdio.h>],
[FILE *fp; fp->_c++; fp->_p++],
[aac_v_fp_base=FIXME; ac_v_fp_ptr=_p; ac_v_fp_cnt=_c],
[ac_v_fp_base=FIXME; ac_v_fp_ptr=_p; ac_v_fp_cnt=_c],
[AC_TRY_COMPILE([#include <stdio.h>],
[FILE *fp; fp->__bf._base++; fp->_r++; fp->_p++],
[aac_v_fp_base=__bf._base; ac_v_fp_ptr=_p; ac_v_fp_cnt=_r])])])])])
[FILE *fp; fp->_bf._base++; fp->_r++; fp->_p++],
[ac_v_fp_base=_bf._base; ac_v_fp_ptr=_p; ac_v_fp_cnt=_r])])])])])
AC_MSG_RESULT($ac_v_fp_base/$ac_v_fp_ptr/$ac_v_fp_cnt)
if test "$ac_cv_have_glibc_fp" != "no"; then
AC_DEFINE(HAVE_GLIBC_FP, 1, [Define to 1 if FILE has glibc-style members])