removed extra check for gthread and fold it into the GLIB and GTK checks.

2007-06-25  Sven Neumann  <sven@gimp.org>

	* configure.in: removed extra check for gthread and fold it into
	the GLIB and GTK checks.

	* */Makefile.am: changed accordingly.

	* app/main.c (main): always call g_thread_init().

svn path=/trunk/; revision=22832
This commit is contained in:
Sven Neumann
2007-06-25 12:41:59 +00:00
committed by Sven Neumann
parent 3254ed4d42
commit 09578ea070
33 changed files with 57 additions and 75 deletions

View File

@ -49,8 +49,7 @@ endif
libgimpwidgetsincludedir = $(includedir)/gimp-$(GIMP_API_VERSION)/libgimpwidgets
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"LibGimpWidgets\" \
@GTHREAD_CFLAGS@
-DG_LOG_DOMAIN=\"LibGimpWidgets\"
INCLUDES = \
-I$(top_srcdir) \