Kaydet (Commit) cd04b977 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane Kaydeden (comit) Rene Engelhard

Make configure still work after Env.Set.sh

üst 30d12698
......@@ -4351,7 +4351,7 @@ if test -n "$with_system_db" -o -n "$with_system_libs" && \
AC_MSG_RESULT([no])
done
if test "$DB_INCLUDES" = ""; then
if test "$db_header" = ""; then
AC_CHECK_HEADER(db.h, [ DB_INCLUDES=/usr/include; db_header="db.h" ],
[ AC_MSG_ERROR(no. install the db4-dev package) ])
fi
......
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