Author: mturk
Date: Sun Apr  1 00:48:26 2007
New Revision: 524551

URL: http://svn.apache.org/viewvc?view=rev&rev=524551
Log:
Use correct field notation.

Modified:
    tomcat/connectors/trunk/jni/native/build/tcnative.m4

Modified: tomcat/connectors/trunk/jni/native/build/tcnative.m4
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/tcnative.m4?view=diff&rev=524551&r1=524550&r2=524551
==============================================================================
--- tomcat/connectors/trunk/jni/native/build/tcnative.m4 (original)
+++ tomcat/connectors/trunk/jni/native/build/tcnative.m4 Sun Apr  1 00:48:26 
2007
@@ -15,10 +15,10 @@
   fi
   sapr_version="`echo $sapr_pversion|sed -e 's/\([a-z]*\)$/.\1/'`"
   IFS=.; set $sapr_version; IFS=' '
-  if test "$1" -lt "1"; then
+  if test "${1}" -lt "1"; then
     AC_MSG_ERROR(You need APR version 1.2.1 or newer installed.)
   else
-    if test "$2" -lt "2"; then
+    if test "${2}" -lt "2"; then
       AC_MSG_ERROR(You need APR version 1.2.1 or newer installed.)
     fi
   fi



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to