mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
13 lines
533 B
Diff
13 lines
533 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 9613183..e4a9bbc 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -428,7 +428,7 @@ for SEARCH in %stat f%stat l%stat f%stat
|
|
FUNC=`echo $SEARCH|sed -e 's/.*%//'`
|
|
PRE=`echo $SEARCH|sed -e 's/%.*//'`
|
|
FOUND=
|
|
- for WRAPPED in __${PRE}x${FUNC} _${PRE}x${FUNC} __${PRE}${FUNC}13 ${PRE}${FUNC} __${PRE}${FUNC}; do
|
|
+ for WRAPPED in ${PRE}${FUNC}; do
|
|
AC_CHECK_FUNCS($WRAPPED,FOUND=$WRAPPED)
|
|
dnl
|
|
dnl to unconditionally define only the _* functions, comment out the 2 lines above,
|