Skip to content

Commit 7022a03

Browse files
committed
Revert "Allow overriding pkg-config"
This reverts commit 49b9b5d. The proper way to override pkg-config autodetection is with: PKG_CONFIG=pkg-config ./configure
1 parent 49b9b5d commit 7022a03

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

configure.ac

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,8 @@ ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
2626

2727
AC_CANONICAL_HOST
2828
AC_PROG_CC
29-
AC_C_BIGENDIAN
30-
31-
AC_ARG_WITH([pkg-config],
32-
AS_HELP_STRING([--with-pkg-config=PATH],
33-
[Specify the pkg-config program to use (default: pkg-config)]),
34-
[PKG_CONFIG="$withval"],
35-
[PKG_CONFIG="pkg-config"])
36-
AC_SUBST([PKG_CONFIG])
3729
PKG_PROG_PKG_CONFIG
30+
AC_C_BIGENDIAN
3831

3932
# we need to set our soversion based on openssl's soversion to avoid
4033
# issues with applications linking to new openssl, old libp11, and vice versa

0 commit comments

Comments
 (0)