Changeset 4242
- Timestamp:
- 01/08/10 02:17:17 (3 years ago)
- File:
-
- 1 edited
-
zzuf/trunk/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/configure.ac
r4241 r4242 92 92 [AC_TRY_COMPILE([#include <stdio.h>], 93 93 [FILE *fp; fp->_cnt++; fp->_ptr++], 94 [a ac_v_fp_base=FIXME; ac_v_fp_ptr=_ptr; ac_v_fp_cnt=_cnt],94 [ac_v_fp_base=FIXME; ac_v_fp_ptr=_ptr; ac_v_fp_cnt=_cnt], 95 95 [AC_TRY_COMPILE([#include <stdio.h>], 96 96 [FILE *fp; fp->_c++; fp->_p++], 97 [a ac_v_fp_base=FIXME; ac_v_fp_ptr=_p; ac_v_fp_cnt=_c],97 [ac_v_fp_base=FIXME; ac_v_fp_ptr=_p; ac_v_fp_cnt=_c], 98 98 [AC_TRY_COMPILE([#include <stdio.h>], 99 [FILE *fp; fp->_ _bf._base++; fp->_r++; fp->_p++],100 [a ac_v_fp_base=__bf._base; ac_v_fp_ptr=_p; ac_v_fp_cnt=_r])])])])])99 [FILE *fp; fp->_bf._base++; fp->_r++; fp->_p++], 100 [ac_v_fp_base=_bf._base; ac_v_fp_ptr=_p; ac_v_fp_cnt=_r])])])])]) 101 101 AC_MSG_RESULT($ac_v_fp_base/$ac_v_fp_ptr/$ac_v_fp_cnt) 102 102 if test "$ac_cv_have_glibc_fp" != "no"; then
Note: See TracChangeset
for help on using the changeset viewer.
