* configure.in (opsys): Change pattern to *-*-linux*.

This commit is contained in:
Paul Eggert 2011-08-30 13:41:54 -07:00
parent f6cfbd8f9d
commit 695a3dc536
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
* configure.in (opsys): Add pattern *-gnu-linux*
* configure.in (opsys): Change pattern to *-*-linux*
to recognize powerpc-gnu-linux-uclibc (Bug#9403).
2011-08-26 Jan Djärv <jan.h.d@swipnet.se>

View file

@ -410,8 +410,8 @@ dnl quotation begins
machine='' opsys='' unported=no
case "${canonical}" in
## GNU/Linux ports
*-*-linux-gnu* | *-gnu-linux*)
## GNU/Linux and similar ports
*-*-linux* )
opsys=gnu-linux
case ${canonical} in
alpha*) machine=alpha ;;