1diff --git a/makedefs b/makedefs
2index b8b98c8..94443c0 100644
3--- a/makedefs
4+++ b/makedefs
5@@ -341,20 +341,20 @@ EOF
6 esac
7 ;;
8 Linux.3*) SYSTYPE=LINUX3
9- if [ -f /usr/include/db.h ]
10- then
11- : we are all set
12- elif [ -f /usr/include/db/db.h ]
13- then
14- CCARGS="$CCARGS -I/usr/include/db"
15- else
16- # On a properly installed system, Postfix builds
17- # by including <db.h> and by linking with -ldb
18- echo "No <db.h> include file found." 1>&2
19- echo "Install the appropriate db*-devel package first." 1>&2
20- echo "See the RELEASE_NOTES file for more information." 1>&2
21- exit 1
22- fi
23+ #if [ -f /usr/include/db.h ]
24+ #then
25+ #: we are all set
26+ #elif [ -f /usr/include/db/db.h ]
27+ #then
28+ #CCARGS="$CCARGS -I/usr/include/db"
29+ #else
30+ ## On a properly installed system, Postfix builds
31+ ## by including <db.h> and by linking with -ldb
32+ #echo "No <db.h> include file found." 1>&2
33+ #echo "Install the appropriate db*-devel package first." 1>&2
34+ #echo "See the RELEASE_NOTES file for more information." 1>&2
35+ #exit 1
36+ #fi
37 SYSLIBS="-ldb"
38 for name in nsl resolv
39 do