[evolution-data-server] Bug 596834 - Fix misquoting in libdb configuration
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug 596834 - Fix misquoting in libdb configuration
- Date: Wed, 30 Sep 2009 14:02:57 +0000 (UTC)
commit 72ee13c0ee86b9dc43d669a750deecbdd05d610c
Author: H.Habighorst <h habighorst googlemail com>
Date: Wed Sep 30 10:01:42 2009 -0400
Bug 596834 - Fix misquoting in libdb configuration
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fd90694..7292a3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,7 +308,7 @@ dnl ******************************
AC_ARG_WITH([libdb],
AS_HELP_STRING([--with-libdb=PREFIX],
[Prefix where libdb is installed]),
- [libdb_prefix="$withval"], [libdb_prefix="${prefix}"])
+ [libdb_prefix="$withval"], [libdb_prefix='${prefix}'])
DB_CFLAGS="-I$libdb_prefix/include"
DB_LIBS="-L$libdb_prefix/lib -ldb"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]