summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorG.raud Meyer2018-04-05 11:50:07 +0200
committerG.raud Meyer2018-04-09 17:21:17 +0200
commit0dba6b6f195aceafd1afefc2c2515ce0d8c707ad (patch)
tree38a5becc31278e7b755724d870327f99fa2692fc /configure.ac
parentrename: ask(): call __fpurge() to cater for multi-byte characters (diff)
downloadkernel-qcow2-util-linux-0dba6b6f195aceafd1afefc2c2515ce0d8c707ad.tar.gz
kernel-qcow2-util-linux-0dba6b6f195aceafd1afefc2c2515ce0d8c707ad.tar.xz
kernel-qcow2-util-linux-0dba6b6f195aceafd1afefc2c2515ce0d8c707ad.zip
rename: test availability of __fpurge() and fpurge()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3ad35abec..2a8d4e490 100644
--- a/configure.ac
+++ b/configure.ac
@@ -449,6 +449,8 @@ AC_CHECK_DECL([SO_PASSCRED],
#include <sys/socket.h>])
AC_CHECK_FUNCS([ \
+ __fpurge \
+ fpurge \
__fpending \
secure_getenv \
__secure_getenv \