mirror of https://github.com/GNOME/gimp.git
*** empty log message ***
This commit is contained in:
parent
beb7564851
commit
7af9b4662e
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue