From: Marko Kreen Date: Fri, 7 Sep 2007 12:40:15 +0000 (+0000) Subject: hack to use [,] in regex X-Git-Tag: pgbouncer_1_1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b50591df6a9d64fc12cfe46b5c434427b6c8282;p=pgbouncer hack to use [,] in regex --- diff --git a/configure.ac b/configure.ac index 227c035..38ea5cb 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,10 @@ if test -n "$ASCIIDOC"; then AC_MSG_CHECKING([for asciidoc version >= 8.2]) ver=`$ASCIIDOC --version 2>&1 | sed -e 's/asciidoc //'` case "$ver" in +dnl hack to make possible to use [, ] in regex +changequote({, })dnl [0-7].*|8.[01]|8.[01].*) +changequote([, ])dnl AC_MSG_RESULT([$ver, too old]) ASCIIDOC="" ;;