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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-56-gcac99fb
Date: Sat, 11 Sep 2010 21:24:34 +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  cac99fbb22e259143023bd699d9ff958eace3f6f (commit)
      from  4953f1296d8d3efa256cd224fd2c0eb2b4207d87 (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=cac99fbb22e259143023bd699d9ff958eace3f6f


commit cac99fbb22e259143023bd699d9ff958eace3f6f
Author: Pawel Kot <address@hidden>
Date:   Sat Sep 11 23:24:05 2010 +0200

    The first PKG_CHECK_MODULES call in configure.in must not be conditional.

diff --git a/configure.in b/configure.in
index e13f68c..13d6649 100644
--- a/configure.in
+++ b/configure.in
@@ -611,7 +611,7 @@ fi
 
 dnl ======================== Checks for X base support
 
-found_gtk=no
+PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0, found_gtk=yes, found_gtk=no)
 
 if test "$no_x" = yes -o "$with_x" = "no"; then
    x_support="no"
@@ -656,7 +656,6 @@ else
          GTK_CFLAGS=""
          GTK_LIBS=""
       else
-         PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.0, found_gtk=yes, found_gtk=no)
          if test "$found_gtk" = no; then
             x_support="no"
             GTK_CFLAGS=""

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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