summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-02-24 12:42:26 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-02-25 16:42:12 +0100
commit9a9a440efb2ae1808ebede141ba9909c58f4d2c6 (patch)
tree42870c9393b30e236dd0be2d336cfe0a4176e582 /configure.ac
parent69be7ad81abd9aced5bb5b2c75b1480aadfb1ebd (diff)
downloadgnutls-9a9a440efb2ae1808ebede141ba9909c58f4d2c6.tar.gz
configure: Android is ELF too
Without this, compiling Android for x86 or x86-64 fails because the assembly optimizations are not compiled in.
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 478c161d8e..efb0bfa9d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,6 +106,7 @@ use_accel=yes
case "$host" in
*android*)
have_android=yes
+ have_elf=yes
;;
*mingw32* | *mingw64*)
have_win=yes