From 7b1ce13f0051f5c489381a64e0ad9367ec652810 Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Wed, 31 Jan 2018 13:16:22 -0500 Subject: [PATCH] fix build warn in dolt remove inexistant variable Change-Id: I86db7aedb7151b508b4d52ad6bc8224d7386810a Reviewed-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com> --- m4/dolt.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/dolt.m4 b/m4/dolt.m4 index 78b3cff537..5a30360fde 100644 --- a/m4/dolt.m4 +++ b/m4/dolt.m4 @@ -171,7 +171,7 @@ dhtproxy_variables="-DOPENDHT_PROXY_CLIENT=true -DOPENDHT_PROXY_SERVER=true -DOP if $modeok && $tagok ; then . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}" ${dhtproxy_variables} else - exec ${top_builddir_slash}libtool "$[]@" $(proxydht_variables) ${dhtproxy_variables} + exec ${top_builddir_slash}libtool "$[]@" ${dhtproxy_variables} fi __DOLTLIBTOOL__EOF__ -- GitLab