From 62d81aadbaa95002c4fec70bc5dd7a45214966ca Mon Sep 17 00:00:00 2001 From: Nathan Zadoks Date: Mon, 29 Feb 2016 12:50:47 +0100 Subject: [PATCH] configure.ac: strip -musl in the same way as -gnu --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a24053b..2a043ed1 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";; *)