configure: --with-pythondir should also override pyexecdir
Fixes #512. * configure.ac: Here. * NEWS: Mention the bug.
This commit is contained in:
parent
c2a3f2941d
commit
cfe1b0b70d
2 changed files with 5 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ if test "x${enable_python:-yes}" = xyes; then
|
|||
|
||||
AC_ARG_WITH([pythondir],
|
||||
[AS_HELP_STRING([--with-pythondir], [override the computed pythondir])],
|
||||
[pythondir=$withval], [])
|
||||
[pythondir=$withval pyexecdir=$withval], [])
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue