about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Zadoks <nathan@nathan7.eu>2016-02-29T11·50+0100
committerNathan Zadoks <nathan@nathan7.eu>2016-03-03T13·11+0100
commit62d81aadbaa95002c4fec70bc5dd7a45214966ca (patch)
tree085890289faf4935ba21c973d99d4487635ec5a5 /configure.ac
parente9c50064b59de6e9b4167f578c15b0cc04a7d33e (diff)
configure.ac: strip -musl in the same way as -gnu
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 3a24053bb6..2a043ed139 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_ARG_WITH(system, AC_HELP_STRING([--with-system=SYSTEM],
    esac
 
    case "$host_os" in
-     linux-gnu*)
+     linux-gnu*|linux-musl*)
         # For backward compatibility, strip the `-gnu' part.
         system="$machine_name-linux";;
      *)