mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:42:09 -04:00
Use $TOP_BUILDDIR instead of $TOP of checking config.h values
This commit is contained in:
parent
626409aac9
commit
e6d2777771
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ status=0
|
|||
GOOD_RANDOM="1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24"
|
||||
GOOD_RANDOM_NO=24
|
||||
|
||||
if grep "^#define DNS_RDATASET_FIXED" $TOP/config.h > /dev/null 2>&1 ; then
|
||||
if grep "^#define DNS_RDATASET_FIXED" "$TOP_BUILDDIR/config.h" > /dev/null 2>&1 ; then
|
||||
test_fixed=true
|
||||
else
|
||||
echo_i "Order 'fixed' disabled at compile time"
|
||||
|
|
|
|||
Loading…
Reference in a new issue