Skip to content

Commit

Permalink
Force autoconf to lookup the macro
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vmcj committed Aug 27, 2023
1 parent 18bb708 commit ad1398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ AX_WITH_COMMENT(7,[ ])

# {{{ Directory for systemd unit files

PKG_PROG_PKG_CONFIG
PKG_PROG_PKG_CONFIG()
AC_ARG_WITH([systemdsystemunitdir],
[AS_HELP_STRING([--with-systemdsystemunitdir=DIR], [Directory for systemd service files])],,
[with_systemdsystemunitdir=auto])
Expand Down

0 comments on commit ad1398d

Please sign in to comment.