*** empty log message ***

This commit is contained in:
Marc Lehmann 1999-09-08 22:58:11 +00:00
parent beb7564851
commit 7af9b4662e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Sep 9 00:56:42 CEST 1999 Marc Lehmann <pcg@goof.com>
* configure.in: Fixed typoe (fasle => false).
Tue Sep 7 22:57:32 CEST 1999 Marc Lehmann <pcg@goof.com>
* app/palette.c: Applied gimp-ruth-990907-0.patch.gz (import palette).

View File

@ -574,7 +574,7 @@ if test "x$enable_python" != xno; then
PYGIMP_LIBS_NOUI="-L\$(top_builddir)/libgimp/.libs -lgimp $GLIB_LIBS"
build_python=true
AM_CHECK_PYMOD(gtk,,,build_python=fasle)
AM_CHECK_PYMOD(gtk,,,build_python=false)
fi
fi
fi