From a2ebc6d57cf30d9162de8f30fb240a182adde2df Mon Sep 17 00:00:00 2001 From: Hugh McMaster Date: Mar 29 2019 01:39:47 +0000 Subject: configure.ac: Add missing comma to an AC_ARG_ENABLE macro --- diff --git a/configure.ac b/configure.ac index a848cae..11a47cb 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,7 @@ if test -z "$enable_perl" ; then enable_perl=no fi AC_MSG_CHECKING(for --enable-perl) -AC_ARG_ENABLE(perl, AS_HELP_STRING([--enable-perl], [Enable deprecated legacy perl and shell scripts (default: no)]) +AC_ARG_ENABLE(perl, AS_HELP_STRING([--enable-perl], [Enable deprecated legacy perl and shell scripts (default: no)]), [ AC_MSG_RESULT(yes) ],