mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[1870] avoid using "no" keyword as a configured value for "bind10-include".
This commit is contained in:
parent
686eb4e9ed
commit
0d4a6b6be1
@ -43,7 +43,7 @@ if test "$bind10_inc_path" = "no"; then
|
||||
done
|
||||
fi
|
||||
CPPFLAGS_SAVES="$CPPFLAGS"
|
||||
if test "${bind10_inc_path}" ; then
|
||||
if test "${bind10_inc_path}" != "no"; then
|
||||
BIND10_CPPFLAGS="-I${bind10_inc_path}"
|
||||
CPPFLAGS="$CPPFLAGS $BIND10_CPPFLAGS"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user