Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
5c160d19
Commit
5c160d19
authored
Jun 03, 2005
by
Manish Singh
Committed by
Manish Singh
Jun 03, 2005
Browse files
build pygimp by default.
2005-06-03 Manish Singh <yosh@gimp.org> * configure.in: build pygimp by default.
parent
48845d0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5c160d19
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,
...
...
configure.in
View file @
5c160d19
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment