summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2019-08-15 16:15:00 +0200
committerTomek Mrugalski <tomasz@isc.org>2019-08-15 16:15:00 +0200
commit66332000ff618fbb41656981c7bbf3bb940066fe (patch)
treefe6e5cdc93470e942313a461f24a09d54d5e1329 /configure.ac
parent[#721,!480] Documentation updated. (diff)
downloadkea-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.ac3
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"