Android: Enable zoned block device support
[fio.git] / configure
index 24c599a8d6b962adee2d4648b1b3576a5f83cde1..30bf5acbb024d729f39130396f115370632f99ff 100755 (executable)
--- a/configure
+++ b/configure
@@ -2561,7 +2561,7 @@ if compile_prog "" "" "valgrind_dev"; then
 fi
 print_config "Valgrind headers" "$valgrind_dev"
 
-if test "$targetos" = "Linux" ; then
+if test "$targetos" = "Linux" || test "$targetos" = "Android"; then
 ##########################################
 # <linux/blkzoned.h> probe
 if test "$linux_blkzoned" != "yes" ; then