blob: ae471d541b9d32fc75615dbd6ad7ae1cda4ddc21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Fix https://bugs.gentoo.org/492374
Michael Weber
--- icc_examin-0.54/configure_tests.sh
+++ icc_examin-0.54/configure_tests.sh
@@ -543,7 +543,7 @@
if [ -z "$found" ]; then
pkg-config --atleast-version=0.2 $pc_package
if [ $? = 0 ]; then
- found=`pkg-config --cflags $pc_package`
+ found=" "`pkg-config --cflags $pc_package`
version=`pkg-config --modversion $pc_package`
fi
fi
|