Skip to content

Commit 998f23d

Browse files
authored
Deprecate pkgconfig.py (#4383)
1 parent 9f3a3d4 commit 998f23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aconfigure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5395,7 +5395,7 @@ then :
53955395

53965396
fi
53975397

5398-
for ac_prog in $host_cpu-$host_os-pkg-config $host-pkg-config pkg-config "python pkgconfig.py"
5398+
for ac_prog in $host_cpu-$host_os-pkg-config $host-pkg-config pkg-config
53995399
do
54005400
# Extract the first word of "$ac_prog", so it can be a program name with args.
54015401
set dummy $ac_prog; ac_word=$2

aconfigure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ AC_CHECK_LIB(winmm,puts)
115115
AC_CHECK_LIB(socket,puts)
116116
AC_CHECK_LIB(rt,puts)
117117
AC_CHECK_LIB(m,sin)
118-
AC_CHECK_PROGS(PKG_CONFIG,$host_cpu-$host_os-pkg-config $host-pkg-config pkg-config "python pkgconfig.py",none)
118+
AC_CHECK_PROGS(PKG_CONFIG,$host_cpu-$host_os-pkg-config $host-pkg-config pkg-config,none)
119119

120120
dnl
121121
dnl libuuid

0 commit comments

Comments
 (0)