patches/eog-02-add-libgthread.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 15129 9825f1447c4b
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

--- eog-2.25.91/configure.ac.ori	2009-02-18 05:54:24.414520794 +0000
+++ eog-2.25.91/configure.ac	2009-02-18 05:54:54.862678878 +0000
@@ -118,6 +118,9 @@
 	AC_MSG_ERROR([No sufficient zlib library found on your system.])
 fi
 
+dnl *** check for gthread-2.0 library ***
+AC_CHECK_LIB(gthread-2.0, g_thread_init)
+
 # ***************
 # EXIF (optional)
 # ***************