Skip to content
Snippets Groups Projects
Commit bae74822 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Import db1 fix

parent 6dfc4700
No related branches found
No related tags found
No related merge requests found
......@@ -442,7 +442,7 @@ if test $ac_cv_header_db_185_h = yes -o $ac_cv_header_db_h = yes; then
#endif
], [ol_cv_header_db1=yes], [ol_cv_header_db1=no])])
if test ol_cv_header_db1=yes ; then
if test $ol_cv_header_db1 = yes ; then
OL_BERKELEY_DB_LINK
if test "$ol_cv_lib_db" != no ; then
ol_cv_berkeley_db=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment