You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
12 lines
374 B
19 years ago
|
--- Transmission-0.6.1/configure.orig 2006-09-13 11:39:43.000000000 +0200
|
||
|
+++ Transmission-0.6.1/configure 2006-09-13 13:17:46.000000000 +0200
|
||
|
@@ -173,7 +173,7 @@
|
||
|
verbose gtk_test
|
||
|
if runcmd pkg-config gtk+-2.0
|
||
|
then
|
||
|
- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
|
||
|
+ if [ 1 ];
|
||
|
then
|
||
|
cat > testconf.c << EOF
|
||
|
#include <gtk/gtk.h>
|