diff options
author | Explorer09 <explorer09@gmail.com> | 2024-09-19 06:37:00 +0800 |
---|---|---|
committer | BenBE <BenBE@geshi.org> | 2024-09-20 22:28:59 +0200 |
commit | c802dc48f8ac17e7a32d9768161f5b57e91e876e (patch) | |
tree | a8a3208975678873971c5e5e5cac8202347eb5e2 | |
parent | d44e2588be70a5393e0d4fb8e46c03e2fe3ad86e (diff) |
Replace tab indent with spaces in configure
Code style fix.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e5a5e80..8b078edc 100644 --- a/configure.ac +++ b/configure.ac @@ -614,7 +614,7 @@ AC_DEFINE_UNQUOTED([OSRELEASEFILE], ["$with_os_release"], [File with OS release AC_ARG_WITH([config], [AS_HELP_STRING([--with-config=DIR], - [configuration path @<:@default=/.config@:>@])], + [configuration path @<:@default=/.config@:>@])], [], [with_config="/.config"]) dnl Performance Co-Pilot configuration location to prevent overwrite |