Whamcloud - gitweb
b=14786
authormanoj <manoj>
Fri, 15 Feb 2008 15:29:53 +0000 (15:29 +0000)
committermanoj <manoj>
Fri, 15 Feb 2008 15:29:53 +0000 (15:29 +0000)
i=alex.zhuravlev
i=tappro
Fixes to build uOSS on Solaris 10 (including missing strnlen)

build/autoconf/lustre-build.m4

index fbc639c..b32b780 100644 (file)
@@ -22,7 +22,7 @@ AC_DEFUN([LB_CANONICAL_SYSTEM],
        darwin*)
                lb_target_os="darwin"
                ;;
-       solaris2.11*)
+       solaris*)
                lb_target_os="SunOS"
                ;;esac
 AC_SUBST(lb_target_os)