]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
configure: remove an extra parenthesis in args.m4
authorVincent Bernat <bernat@luffy.cx>
Thu, 15 Aug 2013 15:01:12 +0000 (17:01 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 15 Aug 2013 15:01:12 +0000 (17:01 +0200)
m4/args.m4

index 47d05ada044464b00db6c779344c338e4fad0ab8..cf015d640de1b3e2b8e0876e8d17ba1175eae17e 100644 (file)
@@ -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)