diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e97f727f0..af593fed5 100644 --- a/configure.ac +++ b/configure.ac @@ -832,6 +832,9 @@ fi if echo "$host_os" | grep '.*-gnu' > /dev/null ; then host_os=`echo "${host_os}" | sed 's/-gnu$//'` fi +if echo "$host_os" | grep '.*-uclibc' > /dev/null ; then + host_os=`echo "${host_os}" | sed 's/-uclibc$//'` +fi changequote(<, >) host_os_exact="${host_os}" |