Skip to content

Instantly share code, notes, and snippets.

@comuttun
Created August 23, 2015 17:42
Show Gist options
  • Save comuttun/38dc6b5add6d7c62d3d9 to your computer and use it in GitHub Desktop.
Save comuttun/38dc6b5add6d7c62d3d9 to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index 8f43929..f43e72c 100755
--- a/configure
+++ b/configure
@@ -5777,7 +5777,7 @@ if test -n "$APXS" && test "$APXS" != "no"; then
$as_echo_n "checking mod_dav version... " >&6; }
old_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $SVN_APR_INCLUDES"
- blacklisted_versions_regex="\"2\" \"\.\" (\"2\" \"\.\" \"25\"|\"4\" \"\.\" \"[56]\")"
+ blacklisted_versions_regex="\"2\" \"\.\" (\"2\" \"\.\" \"25\")"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment