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:
parent
ba19ffe9a2
commit
942c85d77e
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1225,7 +1225,7 @@ fi
|
|||
############################
|
||||
# Require multihead safe API
|
||||
############################
|
||||
CPPFLAGS="${CPPFLAGS} -DGDK_MULTIHEAD_SAFE"
|
||||
CPPFLAGS="${CPPFLAGS} -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE"
|
||||
|
||||
|
||||
##################
|
||||
|
|
|
|||
Loading…
Reference in a new issue