branch: externals/realgud
commit a293690f29407ac54a218d6d20c2142e1a0319d1
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
Commit: Maxim Cournoyer <maxim.courno...@gmail.com>

    configure.ac: Fix NO_CHECK_EMACS_PACKAGES elisp.
    
    Remove the extraneous trailing parenthesis.
---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index de0d932..69bcea7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,8 +25,7 @@ AC_MSG_NOTICE("Checking prerequiste packages")
 $EMACS -batch -q --no-site-file -eval \
   '(dolist (package
          (quote (cl-lib loc-changes load-relative test-simple)))
-        (require package))
-   )'
+        (require package))'
 fi
 if test $? -ne 0 ; then
     AC_MSG_ERROR([Can't continue until above error is corrected.])

Reply via email to