aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-17 19:46:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-17 19:46:01 +0000
commitebc0782ab6900a3f24aac81dfd124af365bcb983 (patch)
treeeaea0b3f3d791cf9e5c798bb4a23ed0dfb5b529f /configure.ac
parentab7e7921897864b39f7efba7b13f926bf9d705fd (diff)
downloadgnunet-ebc0782ab6900a3f24aac81dfd124af365bcb983.tar.gz
gnunet-ebc0782ab6900a3f24aac81dfd124af365bcb983.zip
-require gnurl 7.34
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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
410 410
411 411
412# libgnurl 412# libgnurl
413LIBGNURL_CHECK_CONFIG(,7.33.0,gnurl=1,gnurl=0) 413LIBGNURL_CHECK_CONFIG(,7.34.0,gnurl=1,gnurl=0)
414if test "$gnurl" = 1 414if test "$gnurl" = 1
415then 415then
416 AM_CONDITIONAL(HAVE_LIBGNURL, true) 416 AM_CONDITIONAL(HAVE_LIBGNURL, true)