diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2019-08-15 16:15:00 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2019-08-15 16:15:00 +0200 |
commit | 66332000ff618fbb41656981c7bbf3bb940066fe (patch) | |
tree | fe6e5cdc93470e942313a461f24a09d54d5e1329 /configure.ac | |
parent | [#721,!480] Documentation updated. (diff) | |
download | kea-66332000ff618fbb41656981c7bbf3bb940066fe.tar.xz kea-66332000ff618fbb41656981c7bbf3bb940066fe.zip |
[#721,!480] --with-site-packages must be specified with parameters.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3812194afd..9b78585611 100644 --- a/configure.ac +++ b/configure.ac @@ -1428,6 +1428,9 @@ if test "x$enable_shell" != xno -o "x$enable_generate_docs" != xno; then [place to install Kea Python module]), [pythondir=$withval; pkgpythondir=${pythondir}/$PACKAGE_NAME]) + if test "$pythondir" = "yes"; then + AC_MSG_ERROR([If enabled, site-packages must be specified explicitly, e.g. --site-packages=/usr/lib/python3/dist-packages]) + fi # pkgpythondir needs to be expanded saved_prefix="$prefix" |