build pygimp by default.

2005-06-03  Manish Singh  <yosh@gimp.org>

        * configure.in: build pygimp by default.
This commit is contained in:
Manish Singh 2005-06-03 23:58:49 +00:00 committed by Manish Singh
parent 48845d0a05
commit 5c160d196c
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2005-06-03 Manish Singh <yosh@gimp.org>
* configure.in: build pygimp by default.
2005-06-03 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/widgets/gimpcolorframe.[ch]: add "has-color-area" property,

View File

@ -1342,10 +1342,8 @@ AM_CONDITIONAL(WITH_PDBGEN, test x$with_pdbgen = xyes)
dnl Pygimp configure stuff ...
AC_ARG_ENABLE(python,
AC_HELP_STRING([--enable-python],
[build python extension (by default disabled)]),,
[enable_python=no])
AC_HELP_STRING([--disable-python],
[do not build the python extension]))
if test "x$enable_python" != xno; then
dnl check for Python