Skip to content

Commit

Permalink
Make ./configure string consistent
Browse files Browse the repository at this point in the history
This was forgotten in some PR rebase.
  • Loading branch information
real-or-random committed Sep 4, 2019
1 parent e729cc7 commit a467047
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 @@ -135,7 +135,7 @@ AC_ARG_ENABLE(module_recovery,
[enable_module_recovery=no])

AC_ARG_ENABLE(external_default_callbacks,
AS_HELP_STRING([--enable-external-default-callbacks],[enable external default callback functions (default is no)]),
AS_HELP_STRING([--enable-external-default-callbacks],[enable external default callback functions [default=no]]),
[use_external_default_callbacks=$enableval],
[use_external_default_callbacks=no])

Expand Down

0 comments on commit a467047

Please sign in to comment.