gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-48


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-48-g1f93676
Date: Sun, 22 Aug 2010 17:49:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  1f9367602432c301e3ff1a1fe90cc9f30fe6be72 (commit)
      from  838f1ee4dee4483939e9f3ba52913e5230910f34 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=1f9367602432c301e3ff1a1fe90cc9f30fe6be72


commit 1f9367602432c301e3ff1a1fe90cc9f30fe6be72
Author: Daniele Forsi <address@hidden>
Date:   Sun Aug 22 19:39:10 2010 +0200

    Specify an ACTION-IF-NOT-FOUND because sqlite3 dependency is optional
    
    The PKG_CHECK_MODULES macro aborts the configure script if a dependency
    is not met and ACTION-IF-NOT-FOUND isn't present.

diff --git a/configure.in b/configure.in
index c527a97..e13f68c 100644
--- a/configure.in
+++ b/configure.in
@@ -726,7 +726,7 @@ AC_ARG_ENABLE(sqlite,
        [enable_sqlite=$enableval],
        [enable_sqlite=yes])
 have_sqlite=no
-PKG_CHECK_MODULES(SQLITE3, sqlite3, have_sqlite=yes)
+PKG_CHECK_MODULES(SQLITE3, sqlite3, have_sqlite=yes, have_sqlite=no)
 if test x$enable_sqlite != xno && test x$PKGCONF != xno ; then
        SQLITE_LIBS=SQLITE3_LIBS
        dnl SQLITE_CFLAGS=SQLITE3_CFLAGS

-----------------------------------------------------------------------

Summary of changes:
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]