]> granicus.if.org Git - pgbouncer/commitdiff
hack to use [,] in regex
authorMarko Kreen <markokr@gmail.com>
Fri, 7 Sep 2007 12:40:15 +0000 (12:40 +0000)
committerMarko Kreen <markokr@gmail.com>
Fri, 7 Sep 2007 12:40:15 +0000 (12:40 +0000)
configure.ac

index 227c035edd56227b6c8bc7f1920f779dcd31654c..38ea5cbce83b3b0a7f88f01ebb2ce920f5b6eb33 100644 (file)
@@ -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=""
       ;;