summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d9444c27db..a04e3b7b1c 100755
--- a/configure
+++ b/configure
@@ -6238,7 +6238,7 @@ echores "$_qtx"
echocheck "Nemesi Streaming Media libraries"
if test "$_nemesi" = auto && test "$_network" = yes ; then
_nemesi=no
- if $_pkg_config libnemesi --atleast-version=0.6.2 ; then
+ if $_pkg_config libnemesi --atleast-version=0.6.3 ; then
_ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`"
_nemesi=yes
fi