Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
445ffa7a
Commit
445ffa7a
authored
May 12, 2017
by
Francis Dupont
Browse files
[5214] prefix can be still set to NONE
parent
6fb22c27
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
445ffa7a
...
@@ -416,12 +416,17 @@ if test "x$enable_shell" != xno ; then
...
@@ -416,12 +416,17 @@ if test "x$enable_shell" != xno ; then
# We try to find 3.x first. If not found, we can do with 2.7.
# We try to find 3.x first. If not found, we can do with 2.7.
AM_PATH_PYTHON([2.7])
AM_PATH_PYTHON([2.7])
# pkgpythondir needs to be expanded
# pkgpythondir needs to be expanded
saved_prefix="$prefix"
if test "$prefix" = "NONE"; then
prefix=$ac_default_prefix
fi
PKGPYTHONDIR="$pkgpythondir"
PKGPYTHONDIR="$pkgpythondir"
OLD=
OLD=
while test "x$OLD" != "x$PKGPYTHONDIR"; do
while test "x$OLD" != "x$PKGPYTHONDIR"; do
OLD="$PKGPYTHONDIR"
OLD="$PKGPYTHONDIR"
eval PKGPYTHONDIR="\"$OLD\""
eval PKGPYTHONDIR="\"$OLD\""
done
done
prefix="$saved_prefix"
else
else
PYTHON=no
PYTHON=no
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment