Support for iOS compilation
diff --git a/configure.ac b/configure.ac
index e977534..48863a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -264,7 +264,7 @@
 dnl to make happen otherwise.
 default_munmap="1"
 case "${host}" in
-  *-*-darwin*)
+  *-*-darwin* | *-*-ios*)
 	CFLAGS="$CFLAGS"
 	abi="macho"
 	AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])