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-53


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-531-g546e13b
Date: Sun, 03 Nov 2013 16:18:01 +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  546e13b14c2475e65ded08527f9671def445df31 (commit)
      from  62d87ba2c67fba4fafe95a71109d002606c42aaa (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=546e13b14c2475e65ded08527f9671def445df31


commit 546e13b14c2475e65ded08527f9671def445df31
Author: Daniele Forsi <address@hidden>
Date:   Sun Nov 3 17:16:49 2013 +0100

    Fix compiling smsd when sqlite dev files are in a non default location
    
    See http://lists.gnu.org/archive/html/gnokii-users/2013-08/msg00009.html

diff --git a/configure.in b/configure.in
index e476324..ecae200 100644
--- a/configure.in
+++ b/configure.in
@@ -747,8 +747,8 @@ AC_ARG_ENABLE(sqlite,
 have_sqlite=no
 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
+       SQLITE_LIBS=$SQLITE3_LIBS
+       SQLITE_CFLAGS=$SQLITE3_CFLAGS
        AC_SUBST(SQLITE_LIBS)
        AC_SUBST(SQLITE_CFLAGS)
 fi

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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