summaryrefslogtreecommitdiffstats
path: root/buildconf
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2009-08-03 18:03:15 +0200
committerTakashi Sato <takashi@apache.org>2009-08-03 18:03:15 +0200
commit7fd850f951674cac5838a79319e84f4366600d4c (patch)
tree0d212bdea914d5a39e341640a205e1f709e116f8 /buildconf
parentFix warnings. (diff)
downloadapache2-7fd850f951674cac5838a79319e84f4366600d4c.tar.xz
apache2-7fd850f951674cac5838a79319e84f4366600d4c.zip
buildconf:
Fix error "[: -lt: unexpected operator" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@800443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf1
1 files changed, 1 insertions, 0 deletions
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