diff options
author | Takashi Sato <takashi@apache.org> | 2009-08-03 18:03:15 +0200 |
---|---|---|
committer | Takashi Sato <takashi@apache.org> | 2009-08-03 18:03:15 +0200 |
commit | 7fd850f951674cac5838a79319e84f4366600d4c (patch) | |
tree | 0d212bdea914d5a39e341640a205e1f709e116f8 /buildconf | |
parent | Fix warnings. (diff) | |
download | apache2-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-x | buildconf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |