mirror of the now-defunct rocklinux.org
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.

19 lines
487 B

  1. --- ./configure.in.orig 2004-01-26 22:59:15.000000000 +0000
  2. +++ ./configure.in 2004-01-27 18:17:47.675298984 +0000
  3. @@ -46,12 +46,12 @@
  4. fi
  5. CHECK_WX_BUILT_WITH_GTK2
  6. -
  7. +
  8. if test x"$GTK_USEDVERSION" = x"2" ; then
  9. - AM_PATH_GTK_2_0(2.0.3, havegtk2=yes, havegtk2=no)
  10. + AM_PATH_GTK_2_0(2.0.3, havegtk2=yes, havegtk2=no, gthread)
  11. GTK_DEFS="-D__GTK2__"
  12. else
  13. - AM_PATH_GTK(1.2.0, havegtk=yes, havegtk=no)
  14. + AM_PATH_GTK(1.2.0, havegtk=yes, havegtk=no, gthread)
  15. GTK_DEFS=""
  16. fi