The current glob for linux targets does not include the common uclinux
target which is merely no-mmu Linux.  In this particular code, the
difference is irrelevant.

Signed-off-by: Mike Frysinger <[email protected]>
---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index feef17d..4b81160 100644
--- a/configure.in
+++ b/configure.in
@@ -225,7 +225,7 @@ want_ppcasm=yes
 want_armasm=yes
 
 case "$target_or_host" in
-  *-linux*)
+  *-*linux*)
     have_linux=yes
     ;;
 
-- 
1.6.5.rc1

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to