From: Sascha Schumann Date: Wed, 23 Aug 2000 12:59:50 +0000 (+0000) Subject: -lt is preferred over \> X-Git-Tag: php-4.0.2~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96b221755aae682ac30fae85eac82673711e0403;p=php -lt is preferred over \> --- diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 686e4014a5..f278cd0cbc 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -17,7 +17,7 @@ AC_DEFUN(AC_FIND_SOLID_LIBS,[ ac_solid_os=lux fi;; SunOS) ac_solid_os=ssx;; # should we deal with SunOS 4? - FreeBSD) if test "$ac_solid_uname_r" \> "3"; then + FreeBSD) if test "$ac_solid_uname_r" -lt "3"; then AC_DEFINE(SS_FBX,1,[Needed in sqlunix.h for wchar defs ]) ac_solid_os=fex else