From: Vincent Bernat Date: Thu, 15 Aug 2013 15:01:12 +0000 (+0200) Subject: configure: remove an extra parenthesis in args.m4 X-Git-Tag: 0.7.7~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4565704cef068b2bb3089e01aa62d0d1cf20154f;p=thirdparty%2Flldpd.git configure: remove an extra parenthesis in args.m4 --- diff --git a/m4/args.m4 b/m4/args.m4 index 47d05ada..cf015d64 100644 --- a/m4/args.m4 +++ b/m4/args.m4 @@ -12,7 +12,7 @@ AC_DEFUN([lldp_ARG_WITH],[ AC_SUBST(AS_TR_CPP([$1]), [$withval])],[ AC_DEFINE_UNQUOTED(AS_TR_CPP([$1]), ["$3"], [$2]) AC_SUBST(AS_TR_CPP([$1]), [$3]) - eval with_[]m4_translit([$1], [-+.], [___]))="$3" + eval with_[]m4_translit([$1], [-+.], [___])="$3" ])]) dnl lldp_ARG_ENABLE(name, help1, default)