Skip to content

Commit ad1398d

Browse files
committed
Force autoconf to lookup the macro
Fix based on discussion with @ankon on this subject. This problem is not trivial to reproduce as different people have encountered this since the explicit failure added in 339ac72 (but first we didn't fail on not resolving the macro). @meisterT found the proper documentation on this see: https://manpages.debian.org/testing/pkgconf/pkg.m4.7.en.html
1 parent 18bb708 commit ad1398d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ AX_WITH_COMMENT(7,[ ])
217217

218218
# {{{ Directory for systemd unit files
219219

220-
PKG_PROG_PKG_CONFIG
220+
PKG_PROG_PKG_CONFIG()
221221
AC_ARG_WITH([systemdsystemunitdir],
222222
[AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],,
223223
[with_systemdsystemunitdir=auto])

0 commit comments

Comments
 (0)