summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-11-02 12:05:18 +0200
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2016-11-02 12:05:18 +0200
commit6a99f007d6f13aac8032e985865cdb106c47de60 (patch)
treee374f1f1de536a599bac8c13a3e9a8056af2fd24 /configure.ac
parentbff5c2742636b6e93b57da56fbafeedde2902c7e (diff)
autoconf: more variants for OSARCH linux-gnu
There are quite a few odd GNU/Linux platforms. Just call all of them linux-gnu. Specifically this fixes building the Debian platforms mips64el and x32. And maybe also others. ASTERISK-26546 #close Change-Id: I06ec4bd7f0ee1c84b6b24d81538223b07c4174b1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0f2148b06..faca5df29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@ case "${host_os}" in
OSARCH=cygwin
PBX_WINARCH=1
;;
- linux-gnueabi* | linux-gnuspe)
+ linux-gnu*)
OSARCH=linux-gnu
;;
linux-musl*)