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.
This commit is contained in:
Michael Vasseur 2023-08-24 21:47:05 +02:00 committed by Luca Boccassi
parent 4c427929e0
commit c91d636fad

View file

@ -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])