aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:28:43 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-24 10:28:43 +0100
commitb9c520f9b36fd97ae11c91f2bec394d684ac6749 (patch)
treee312d0d70579eafa9e1fdc9c9c3daaf5a21f03fe /openbsc/configure.in
parent8a7ca57d3eec7376169661ea3cfcca4c3c2f33cf (diff)
parentf99f0930fd02a5ef164c54fe8926a7e0b11acbdb (diff)
Merge remote branch 'origin/master' into on-waves/bsc-master
Keep a static version as the shell script is not dealing well with branch tags/names containing text. Resolve merge conflict in the Makefile.am by adding both sides to the list of sources for the libbsc.a Conflicts: openbsc/configure.in openbsc/src/Makefile.am
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 1d45ac7bc..b24603680 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -16,7 +16,7 @@ dnl checks for libraries
AC_SEARCH_LIBS(crypt, crypt,
[LIBCRYPT="-lcrypt"; AC_DEFINE([VTY_CRYPT_PW], [], [Use crypt functionality of vty.])])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.0)
dnl checks for header files
AC_HEADER_STDC