added -DGTK_MULTIHEAD_SAFE to CPPFLAGS.

2003-11-03  Michael Natterer  <mitch@gimp.org>

	* configure.in: added -DGTK_MULTIHEAD_SAFE to CPPFLAGS.
This commit is contained in:
Michael Natterer 2003-11-03 16:09:56 +00:00 committed by Michael Natterer
parent ba19ffe9a2
commit 942c85d77e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-11-03 Michael Natterer <mitch@gimp.org>
* configure.in: added -DGTK_MULTIHEAD_SAFE to CPPFLAGS.
2003-11-03 Sven Neumann <sven@gimp.org>
* configure.in: bumped version to 1.3.23. Changed the check for

View file

@ -1225,7 +1225,7 @@ fi
############################
# Require multihead safe API
############################
CPPFLAGS="${CPPFLAGS} -DGDK_MULTIHEAD_SAFE"
CPPFLAGS="${CPPFLAGS} -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE"
##################