chiark / gitweb /
build-sys: don't build python modules after --without-python
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Sep 2013 18:53:38 +0000 (14:53 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 19 Sep 2013 18:58:21 +0000 (14:58 -0400)
commit1864b0e39505cd44a98eee61c97916b86491c0b4
treedde0763440c965ecf5e58b3c0f6e156ffa7b5a6d
parentcecf24e7f0f3385e7ced3e97d78cc9cc4012a650
build-sys: don't build python modules after --without-python

The modules should build just fine, but AM_PATH_PYTHON sets
pkgpyexecdir for us. Without that variable we don't know where to
install modules. In addition libtool tries an empty rpath, breaking
the build. Those issues could be fixed or worked around, but we
probably don't have many people who want to avoid using python binary,
but want to compile python modules. If such uses ever come up, this
issue should be revisited.
configure.ac