[PATCH] accept uclinux hosts as linux
Mike Frysinger
vapier at gentoo.org
Thu Sep 18 21:06:19 UTC 2008
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3b958bd..9852e20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CANONICAL_HOST
AC_MSG_CHECKING([for supported operating system])
case "$host_os" in
-linux*)
+*linux*)
opsys=linux
AC_DEFINE([LINUX], 1, [Define for the Linux operating system.])
;;
--
1.6.0.1
More information about the Strace-devel
mailing list