File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5395,7 +5395,7 @@ then :
5395
5395
5396
5396
fi
5397
5397
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
5399
5399
do
5400
5400
# Extract the first word of "$ac_prog", so it can be a program name with args.
5401
5401
set dummy $ac_prog ; ac_word=$2
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ AC_CHECK_LIB(winmm,puts)
115
115
AC_CHECK_LIB(socket,puts)
116
116
AC_CHECK_LIB(rt,puts)
117
117
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)
119
119
120
120
dnl
121
121
dnl libuuid
You can’t perform that action at this time.
0 commit comments