mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-06 13:17:44 +03:00
pkg.m4 macro needs brackets
See documentation at: https://manpages.debian.org/testing/pkgconf/pkg.m4.7.en.html Without this the macro was not always correctly resolved so the correct command was not used in the rest of the snippet. (cherry picked from commitc91d636fad
) (cherry picked from commit01841ae829
)
This commit is contained in:
parent
41a3e30b12
commit
1ab8d21988
@ -553,7 +553,7 @@
|
||||
unit installation path during source
|
||||
configuration:</para>
|
||||
|
||||
<programlisting>PKG_PROG_PKG_CONFIG
|
||||
<programlisting>PKG_PROG_PKG_CONFIG()
|
||||
AC_ARG_WITH([systemdsystemunitdir],
|
||||
[AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],,
|
||||
[with_systemdsystemunitdir=auto])
|
||||
|
Loading…
Reference in New Issue
Block a user