Skip to content

Commit

Permalink
set config file by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiava committed Jan 4, 2021
1 parent f274ee5 commit ce7c679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -122,7 +122,8 @@ dnl Defined if Grisbi use a configuration file instead of gsettings
dnl ================================================================

AC_ARG_ENABLE(config-file,
AS_HELP_STRING([--enable-config-file],[enable config file instead of gsettings ]),
AS_HELP_STRING([--disable-config-file],[enable config file instead of gsettings (default: enabled]),
[enable_config_file=enableval],
[enable_config_file=yes])

if test "x$enable_config_file" = xyes; then
Expand Down

0 comments on commit ce7c679

Please sign in to comment.