Kaydet (Commit) 68fc6266 authored tarafından Rene Engelhard's avatar Rene Engelhard

add 5.3 into the db check for-loop

üst 9ff94ae0
...@@ -6383,7 +6383,7 @@ if test "$with_system_db" = "yes"; then ...@@ -6383,7 +6383,7 @@ if test "$with_system_db" = "yes"; then
AC_MSG_RESULT([external]) AC_MSG_RESULT([external])
db_header= db_header=
for dbver in 5.1 5.0 5 4.8 4.7 4; do for dbver in 5.3 5.1 5.0 5 4.8 4.7 4; do
for dash in - ''; do for dash in - ''; do
AC_CHECK_HEADER([db$dash$dbver/db.h], AC_CHECK_HEADER([db$dash$dbver/db.h],
[ db_header="db$dash$dbver/db.h"; break 2 ]) [ db_header="db$dash$dbver/db.h"; break 2 ])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment