projects
/
platform
/
upstream
/
strace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35bdca
)
Check for LO_FLAGS_READ_ONLY constant
author
Dmitry V. Levin
<ldv@altlinux.org>
Sat, 26 Apr 2014 14:12:33 +0000
(14:12 +0000)
committer
Dmitry V. Levin
<ldv@altlinux.org>
Fri, 30 May 2014 22:10:21 +0000
(22:10 +0000)
* configure.ac (AC_CHECK_DECLS): Add LO_FLAGS_READ_ONLY.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index e5c837b8a50ec88a7bb54564464033e595b85b6c..066444abdc6eda285a7b4ae2dc031d876872a885 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-293,6
+293,7
@@
AC_CHECK_DECLS(m4_normalize([
]),,, [#include <sys/ptrace.h>])
AC_CHECK_DECLS(m4_normalize([
+ LO_FLAGS_READ_ONLY,
LO_FLAGS_AUTOCLEAR,
LO_FLAGS_PARTSCAN
]),,, [#include <linux/loop.h>])