From: Zeeshan Ali (Khattak) Date: Sat, 21 Mar 2009 21:24:58 +0000 (+0000) Subject: Fix the typo and actually require libsoup >= 2.26.0. X-Git-Tag: RYGEL_0_3~283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1849bb5ed22cb864080f654132214d99ec2404aa;p=profile%2Fivi%2Frygel.git Fix the typo and actually require libsoup >= 2.26.0. svn path=/trunk/; revision=736 --- diff --git a/configure.ac b/configure.ac index fcc67f4..c46573d 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ GSTREAMER_REQUIRED=0.10.18 GIO_REQUIRED=2.16 GEE_REQUIRED=0.1.5 UUID_REQUIRED=1.41.3 -LIBSOUP_REQUIRED=2.16.0 +LIBSOUP_REQUIRED=2.26.0 PKG_CHECK_MODULES(VALA, [vala-1.0 >= $VALA_REQUIRED]) PKG_CHECK_MODULES(LIBGUPNP, gupnp-1.0 >= $GUPNP_REQUIRED)