aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBart Van Assche <bvanassche@acm.org>2022-04-21 15:18:24 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2022-04-22 12:42:50 -0700
commitef011a49f3c640c59c7e21c3816d01c039711c58 (patch)
tree8398430162ca53dbe93a763232326b7a2ea0ac5c /configure.ac
parent2e59ab8fa6519e1169631189bd50810cb6b49426 (diff)
downloadf2fs-tools-ef011a49f3c640c59c7e21c3816d01c039711c58.tar.gz
configure.ac: Detect selinux/android.h
The selinux/android.h header file is available in Android but not in the Android NDK. Hence this patch that detects presence of that header file at configure time. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
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 317030d..fc094b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,6 +108,7 @@ AC_CHECK_HEADERS(m4_flatten([
mntent.h
pthread_time.h
scsi/sg.h
+ selinux/android.h
selinux/selinux.h
sparse/sparse.h
stdlib.h