You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rp...@apache.org on 2011/03/02 09:03:23 UTC

svn commit: r1076133 - /apr/apr/trunk/configure.in

Author: rpluem
Date: Wed Mar  2 08:03:23 2011
New Revision: 1076133

URL: http://svn.apache.org/viewvc?rev=1076133&view=rev
Log:
* Remove empty [ ] block as it causes an empty "else fi" block that the
  shell does not like.

Modified:
    apr/apr/trunk/configure.in

Modified: apr/apr/trunk/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?rev=1076133&r1=1076132&r2=1076133&view=diff
==============================================================================
--- apr/apr/trunk/configure.in (original)
+++ apr/apr/trunk/configure.in Wed Mar  2 08:03:23 2011
@@ -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