Oops, the configure.in change below didn't actually work. Refactored so it

2003-01-14  Manish Singh  <yosh@gimp.org>

        * configure.in: Oops, the configure.in change below didn't actually
        work. Refactored so it does.
This commit is contained in:
Manish Singh 2003-01-15 02:26:53 +00:00 committed by Manish Singh
parent 6cfc050f0b
commit 5bf67a3c11
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2003-01-14 Manish Singh <yosh@gimp.org>
* configure.in: Oops, the configure.in change below didn't actually
work. Refactored so it does.
2003-01-14 Michael Natterer <mitch@gimp.org>
* app/widgets/gimptoolbox.c (gimp_toolbox_set_geometry): added
@ -23,7 +28,7 @@
2003-01-13 Manish Singh <yosh@gimp.org>
* configure.in: Partially address #102058 with a --with-shm configure
options. Defaults to sysv except on OS X, where it is none.
option. Defaults to sysv except on OS X, where it is none.
2003-01-13 Michael Natterer <mitch@gimp.org>

View file

@ -432,10 +432,10 @@ AM_CONDITIONAL(HAVE_ASM_MMX, test x$have_asm_mmx = xtrue)
###################################
# Checks for shared memory handling
###################################
dnl MacOS X has broken SysV shm
case "$host" in
*-apple-machten*)
case "$host_os" in
darwin* | rhapsody* | machten*)
# We can put something else here when something that works is implemented
shmdefault=none
;;