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

@ -51,17 +51,16 @@ AM_CPPFLAGS = \
-DGIMP_DATA_VERSION=\"$(GIMP_DATA_VERSION)\" \
-DGIMP_SYSCONF_VERSION=\"$(GIMP_SYSCONF_VERSION)\" \
-DGIMP_PLUGIN_VERSION=\"$(GIMP_PLUGIN_VERSION)\" \
-DG_LOG_DOMAIN=\"LibGimpBase\" \
@BINRELOC_CFLAGS@ \
@GTHREAD_CFLAGS@
-DG_LOG_DOMAIN=\"LibGimpBase\"
AM_CCASFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir)
INCLUDES = \
-I$(top_srcdir) \
$(GLIB_CFLAGS) \
-I$(top_srcdir) \
$(GLIB_CFLAGS) \
$(BINRELOC_CFLAGS) \
-I$(includedir)
EXTRA_DIST = \