mirror of https://github.com/GNOME/gimp.git
remove inadvertent changes from last commit
This commit is contained in:
parent
9cbc359fba
commit
c44c178e10
10
configure.in
10
configure.in
|
@ -1170,16 +1170,6 @@ if test "x$enable_python" != xno; then
|
|||
dnl check for PyGTK
|
||||
PKG_CHECK_MODULES(PYGTK, pygtk-2.0 >= 1.99.12)
|
||||
AC_SUBST(PYGTK_CFLAGS)
|
||||
|
||||
AC_PATH_PROG(PYGTK_CODEGEN, pygtk-codegen-2.0, no)
|
||||
if test "x$PYGTK_CODEGEN" = xno; then
|
||||
AC_MSG_ERROR(could not find pygtk-codegen-2.0 script)
|
||||
fi
|
||||
|
||||
AC_MSG_CHECKING(for pygtk defs)
|
||||
PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
|
||||
AC_SUBST(PYGTK_DEFSDIR)
|
||||
AC_MSG_RESULT($PYGTK_DEFSDIR)
|
||||
fi
|
||||
AM_CONDITIONAL(BUILD_PYTHON, test "x$enable_python" != xno)
|
||||
|
||||
|
|
Loading…
Reference in New Issue