Skip to content

Commit

Permalink
Remove extraneous space causing --with-systemd not be aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Sout committed Jun 21, 2024
1 parent c90599b commit 9851c8c
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 @@ -82,7 +82,7 @@ AS_IF(
AM_CONDITIONAL([IRQBALANCEUI], [test x$with_irqbalanceui = xyes])

AC_ARG_WITH([systemd],
[ AS_HELP_STRING([--with-systemd],[Add systemd-lib support])]
[AS_HELP_STRING([--with-systemd],[Add systemd-lib support])]
)
AS_IF(
[test "x$with_systemd" = xyes], [
Expand Down

0 comments on commit 9851c8c

Please sign in to comment.