Skip to content

Commit f5e83e2

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 (cherry picked from commit ad1398d)
1 parent 3fb0003 commit f5e83e2

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
@@ -216,7 +216,7 @@ AX_WITH_COMMENT(7,[ ])
216216

217217
# {{{ Directory for systemd unit files
218218

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

0 commit comments

Comments
 (0)