From 7fd850f951674cac5838a79319e84f4366600d4c Mon Sep 17 00:00:00 2001 From: Takashi Sato Date: Mon, 3 Aug 2009 16:03:15 +0000 Subject: [PATCH] buildconf: Fix error "[: -lt: unexpected operator" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800443 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 1 + 1 file changed, 1 insertion(+) diff --git a/buildconf b/buildconf index 67dee9174d..343983f3b8 100755 --- a/buildconf +++ b/buildconf @@ -55,6 +55,7 @@ done should_exit=0 apr_found=0 apu_found=0 +apr_major_version=2 for dir in $apr_src_dir do -- 2.50.1