diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-12-17 19:46:01 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-12-17 19:46:01 +0000 |
commit | ebc0782ab6900a3f24aac81dfd124af365bcb983 (patch) | |
tree | eaea0b3f3d791cf9e5c798bb4a23ed0dfb5b529f /configure.ac | |
parent | ab7e7921897864b39f7efba7b13f926bf9d705fd (diff) |
-require gnurl 7.34
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dd099513f..d4ce8a0ac 100644 --- a/configure.ac +++ b/configure.ac @@ -410,7 +410,7 @@ fi # libgnurl -LIBGNURL_CHECK_CONFIG(,7.33.0,gnurl=1,gnurl=0) +LIBGNURL_CHECK_CONFIG(,7.34.0,gnurl=1,gnurl=0) if test "$gnurl" = 1 then AM_CONDITIONAL(HAVE_LIBGNURL, true) |