Home | History | Annotate | Download | only in patches
      1 --- eog-2.25.91/configure.ac.ori	2009-02-18 05:54:24.414520794 +0000
      2 +++ eog-2.25.91/configure.ac	2009-02-18 05:54:54.862678878 +0000
      3 @@ -118,6 +118,9 @@
      4  	AC_MSG_ERROR([No sufficient zlib library found on your system.])
      5  fi
      6  
      7 +dnl *** check for gthread-2.0 library ***
      8 +AC_CHECK_LIB(gthread-2.0, g_thread_init)
      9 +
     10  # ***************
     11  # EXIF (optional)
     12  # ***************
     13