summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Trebbien2013-01-31 00:49:08 +0100
committerDaniel Trebbien2013-01-31 00:53:00 +0100
commit02887b73ebdbf3a222b87d8f09c65b58b7b9a696 (patch)
treee5a8295d2cfdefa08d479b74645a15fb2ec8c0cb /configure.ac
parenttextual: improve an error message and a help text (diff)
downloadkernel-qcow2-util-linux-02887b73ebdbf3a222b87d8f09c65b58b7b9a696.tar.gz
kernel-qcow2-util-linux-02887b73ebdbf3a222b87d8f09c65b58b7b9a696.tar.xz
kernel-qcow2-util-linux-02887b73ebdbf3a222b87d8f09c65b58b7b9a696.zip
Implement mempcpy() in terms of memcpy() if mempcpy() is unavailable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9024809e7..df989efb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -313,6 +313,7 @@ AC_CHECK_FUNCS([ \
lchown \
llseek \
lseek64 \
+ mempcpy \
nanosleep \
personality \
posix_fadvise \