Skip to content

Commit

Permalink
buildsys: remove spurious comma in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 7, 2019
1 parent 67050de commit c07bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ dnl User setting: Debug mode (off by default)
dnl
AC_ARG_ENABLE([debug],
[AS_HELP_STRING([--enable-debug], [enable debug mode])],
[AC_DEFINE([GAP_KERNEL_DEBUG], [1], [define if building in debug mode]),
[AC_DEFINE([GAP_KERNEL_DEBUG], [1], [define if building in debug mode])
AC_DEFINE([GAP_PRINT_BACKTRACE], [1], [to enable backtraces upon crashes])],
[enable_debug=no]
)
Expand Down

0 comments on commit c07bf5e

Please sign in to comment.