xstatjunk.patch (572B)
1 diff --git a/configure.ac b/configure.ac 2 index 9613183..e4a9bbc 100644 3 --- a/configure.ac 4 +++ b/configure.ac 5 @@ -385,7 +385,7 @@ for SEARCH in %stat f%stat l%stat f%statat %stat64 f%stat64 l%stat64 f%statat64 6 FUNC=`echo $SEARCH|sed -e 's/.*%//'` 7 PRE=`echo $SEARCH|sed -e 's/%.*//'` 8 FOUND= 9 - for WRAPPED in __${PRE}x${FUNC} _${PRE}x${FUNC} __${PRE}${FUNC}13 ${PRE}${FUNC} __${PRE}${FUNC}; do 10 + for WRAPPED in ${PRE}${FUNC}; do 11 AC_CHECK_FUNCS($WRAPPED,FOUND=$WRAPPED) 12 dnl 13 dnl to unconditionally define only the _* functions, comment out the 2 lines above,