Skip to content

Commit

Permalink
configure.ac: uclinux is also linux
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  • Loading branch information
gustavoz authored and pali committed Apr 3, 2016
1 parent 86c3637 commit 0e3af27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -7,7 +7,7 @@ AC_PROG_CC_C99

AC_CANONICAL_HOST
case $host_os in
linux*) os=linux;;
linux*|uclinux*) os=linux;;
freebsd*) os=freebsd;;
netbsd*) os=netbsd;;
openbsd*) os=openbsd;;
Expand Down

0 comments on commit 0e3af27

Please sign in to comment.