blob: b84dfde9b2ae6cebf1a389c0e5fc47e0f14e8a9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Index: trunk/configure
===================================================================
--- configure (revision 516)
+++ configure (revision 559)
@@ -174,5 +174,5 @@
if runcmd pkg-config gtk+-2.0
then
- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
+ if runcmd pkg-config --exists gtk+-2.0 '>=' 2.6.0
then
cat > testconf.c << EOF
|