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:

committed by
Sven Neumann

parent
3254ed4d42
commit
09578ea070
@ -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) \
|
||||
|
Reference in New Issue
Block a user