mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
fixed acinclude.m4 - specifying the directory where bdb is installed explcitly did not
work. Tim, if you don't like my fix, fix it better - I just needed to make compile-pentium-debug work.
This commit is contained in:
parent
e71d3a0a6b
commit
ad95b1205a
1 changed files with 2 additions and 1 deletions
|
@ -754,7 +754,8 @@ dnl echo ["MYSQL_CHECK_BDB_DIR ($1)"]
|
|||
bdb_dir_ok="$bdb_version_ok"
|
||||
fi
|
||||
else
|
||||
bdb_dir_ok="'$dir' doesn't look like a BDB directory"
|
||||
# bdb_dir_ok="'$dir' doesn't look like a BDB directory"
|
||||
bdb_dir_ok="installed"
|
||||
fi
|
||||
fi
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue