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

(-)a/configure.in (-3 / +2 lines)
Lines 54-62 if test "x$with_gtk" != "x1" -a "$gtkmorph_gtk" = "" ; then Link Here
54
  AC_MSG_NOTICE([ Testing for GTK 2 skipped])
54
  AC_MSG_NOTICE([ Testing for GTK 2 skipped])
55
fi
55
fi
56
if test "x$with_gtk" != "x2"  -a "$version_of_gtk" = "" ; then
56
if test "x$with_gtk" != "x2"  -a "$version_of_gtk" = "" ; then
57
  AM_PATH_GTK(1.0.1, , [AC_MSG_ERROR([Cannot find proper GTK+ version])])
57
  AC_MSG_ERROR([Cannot find proper GTK+ version])
58
  version_of_gtk=gtk1
58
  exit 1
59
  AC_DEFINE(HAVE_GTK1,1,"compiled with GTK 1 and GtkGLArea ")
60
fi
59
fi
61
60
62
AM_CONDITIONAL(COND_GTK1, test "$version_of_gtk" = "gtk1" )
61
AM_CONDITIONAL(COND_GTK1, test "$version_of_gtk" = "gtk1" )

Return to bug 353785