summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2011-03-02 08:03:23 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2011-03-02 08:03:23 +0000
commitc1b727d51d1674e8e348af2b7b4955e5a3415699 (patch)
treeec891a29c4f413914cb3103d7f4265a5350f557e /configure.in
parentcf0bc7044bd47e5fe5209fbbe2b0cf55e8ab6224 (diff)
downloadlibapr-c1b727d51d1674e8e348af2b7b4955e5a3415699.tar.gz
* Remove empty [ ] block as it causes an empty "else fi" block that the
shell does not like. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1076133 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index a34d7b4cf..55fd922fd 100644
--- a/configure.in
+++ b/configure.in
@@ -1410,10 +1410,9 @@ AC_ARG_ENABLE(allocator-uses-mmap,
APR_IFALLYES(header:sys/mman.h func:mmap func:munmap define:MAP_ANON,
[AC_DEFINE(APR_ALLOCATOR_USES_MMAP, 1,
[Define if apr_allocator should use mmap]) ],
- [AC_MSG_ERROR([mmap()/MAP_ANON not supported]) ]
- )
- fi ],
- [ ]
+ [AC_MSG_ERROR([mmap()/MAP_ANON not supported]) ]
+ )
+ fi ]
)
dnl ----------------------------- Checks for standard typedefs