Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 143529
Collapse All | Expand All

(-)Transmission-0.6.1/configure (-1 / +1 lines)
Lines 173-179 Link Here
173
  verbose gtk_test
173
  verbose gtk_test
174
  if runcmd pkg-config gtk+-2.0
174
  if runcmd pkg-config gtk+-2.0
175
  then
175
  then
176
    if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
176
    if runcmd pkg-config --atleast-version=2.6.0 gtk+-2.0
177
    then
177
    then
178
      cat > testconf.c << EOF
178
      cat > testconf.c << EOF
179
      #include <gtk/gtk.h>
179
      #include <gtk/gtk.h>

Return to bug 143529