[PATCH] Make configure still work after Env.Set.sh
Lionel Elie Mamane
lionel at mamane.lu
Sat Jan 15 16:13:32 PST 2011
---
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
index c4982cb..bb8302f 100755
--- a/configure.in
+++ b/configure.in
@@ -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
--
1.7.2.3
--ikeVEW9yuYc//A+q--
More information about the LibreOffice
mailing list