diff options
author | Nathan Zadoks <nathan@nathan7.eu> | 2016-02-29T11·50+0100 |
---|---|---|
committer | Nathan Zadoks <nathan@nathan7.eu> | 2016-03-03T13·11+0100 |
commit | 62d81aadbaa95002c4fec70bc5dd7a45214966ca (patch) | |
tree | 085890289faf4935ba21c973d99d4487635ec5a5 /configure.ac | |
parent | e9c50064b59de6e9b4167f578c15b0cc04a7d33e (diff) |
configure.ac: strip -musl in the same way as -gnu
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a24053bb6a1..2a043ed13922 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";; *) |