mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
build: Add required macro for pkg-config
* configure.ac (PKG_PROG_PKG_CONFIG): New. -- GnuPG-bug-id: 2197
This commit is contained in:
parent
06436882c3
commit
af142854a7
1 changed files with 4 additions and 0 deletions
|
@ -589,6 +589,7 @@ AC_ISC_POSIX
|
|||
AC_SYS_LARGEFILE
|
||||
GNUPG_CHECK_USTAR
|
||||
|
||||
|
||||
# We need to compile and run a program on the build machine. A
|
||||
# comment in libgpg-error says that the AC_PROG_CC_FOR_BUILD macro in
|
||||
# the AC archive is broken for autoconf 2.57. Given that there is no
|
||||
|
@ -604,6 +605,9 @@ fi
|
|||
AC_MSG_RESULT($CC_FOR_BUILD)
|
||||
AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
|
||||
|
||||
# We need to call this macro because other pkg-config macros are
|
||||
# not always used.
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
||||
|
||||
try_gettext=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue