aboutsummaryrefslogtreecommitdiff
path: root/devtools/bin/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/bin/configure.sh')
-rwxr-xr-xdevtools/bin/configure.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/devtools/bin/configure.sh b/devtools/bin/configure.sh
index daa951551bc4..db85c9df2862 100755
--- a/devtools/bin/configure.sh
+++ b/devtools/bin/configure.sh
@@ -115,11 +115,13 @@ do
fi
if [ -f $p/lib$l.a -o -f $p/lib$l$SOEXT ]
then
- case $l
- in
+ case $l in
db)
mapdef="$mapdef -DNEWDB"
;;
+ cdb)
+ mapdef="$mapdef -DCDB"
+ ;;
bind|resolv)
if [ -n "$resolver" ]
then