mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-22 22:03:43 +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 commit c91d636fadc07169641e8a96a2c60083a15e0f77) (cherry picked from commit 01841ae82935bdd4f8b01af800f5c53c0fb2adbe)
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…
x
Reference in New Issue
Block a user