From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Fri, 21 Dec 2012 00:05:06 +0100
Message-ID: <E1TlpAo-0005ya-Jv@calypso.gnumonks.org>
Subject: openbsc.git branch master updated. 0.12.0-178-g25b70ce
Message: 11

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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  25b70cea9d9521b081ea0cc524f5d157a1b89baf (commit)
      from  0e0a09c610885b0e4255eff9dfccc7b6b52854c2 (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://cgit.osmocom.org/cgit/openbsc/commit/?id=25b70cea9d9521b081ea0cc524f5d157a1b89baf

commit 25b70cea9d9521b081ea0cc524f5d157a1b89baf
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Dec 20 23:49:24 2012 +0100

    autoconf: Fix the --disable-* case for the AC_ARG_ENABLE macros
    
    --disable-smpp would actually not disable SMPP but enable it. Correct
    it for all usages of AC_ARG_ENABLE.
    
    Move the unconditional invocation of PKG_CHECK_MODULES before the
    conditional one to make it work as the pkg-config m4 macro appears
    to expand the first usage differently and searches for the pkg-config
    exuable.
    
    Use "$enableval" to see if the feature should be enabled or disabled
    and then search for the module afterwards.

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

Summary of changes:
 openbsc/configure.ac |   47 ++++++++++++++++++++---------------------------
 1 files changed, 20 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)


