From: Pino Toscano Date: Wed, 29 May 2019 09:48:35 +0000 (+0200) Subject: Bump requirement to 1.2.0 X-Git-Tag: v0.6~13 X-Git-Url: http://git.annexia.org/?p=ocaml-augeas.git;a=commitdiff_plain;h=f9f15d554a605c25877dbc9cafd11e9fe811ca5e Bump requirement to 1.2.0 Augeas 1.2.0 is old enough to be available also in non-recent distributions. Also, it allows ocaml-augeas to bind all the available opening flags. --- diff --git a/configure.ac b/configure.ac index aecf96e..48a1b07 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ dnl Check for libxml2. PKG_CHECK_MODULES([LIBXML2], [libxml-2.0]) dnl Check for Augeas C library. -PKG_CHECK_MODULES([AUGEAS], [augeas]) +PKG_CHECK_MODULES([AUGEAS], [augeas >= 1.2.0]) dnl Check for aug_source function, added in Augeas 1.8.0. old_LIBS="$LIBS"