[Libsysio-commit] HEAD: libsysio configure.in
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2007-04-30 23:24:15
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2987 Modified Files: configure.in Log Message: Restore support of statvfs{,64}. Index: configure.in =================================================================== RCS file: /cvsroot/libsysio/libsysio/configure.in,v retrieving revision 1.30 retrieving revision 1.31 diff -u -w -b -B -p -r1.30 -r1.31 --- configure.in 30 Apr 2007 16:52:19 -0000 1.30 +++ configure.in 30 Apr 2007 23:24:12 -0000 1.31 @@ -343,6 +343,12 @@ if test x$have_st_gen = xyes; then AC_DEFINE(HAVE_GENERATION) fi +# +# Backward compatibility. The core no longer needs it. We used to check for +# this. Now we assume it and, so, want to provoke support from the drivers. +# +AC_DEFINE(_HAVE_STATVFS) + AC_MSG_CHECKING(whether .text pseudo-op must be used) AC_CACHE_VAL(sysio_asm_dot_text, [dnl cat > conftest.s <<EOF |