]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Link with local libopts if the installed is an old one.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 25 Feb 2012 08:43:48 +0000 (09:43 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 25 Feb 2012 08:44:29 +0000 (09:44 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 633351f5062998e180bf518c871ba00d3596e640..f2ef1f4c49e2ffc6593bee222baa9e9d841c95ac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@ GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
 Copyright (C) 2000-2012 Free Software Foundation, Inc.
 See the end for copying conditions.
 
+* Version 3.0.15 (unreleased)
+
+** command line apps: Link with local libopts if the installed
+is an old one.
+
+** API and ABI modifications:
+No changes since last version.
+
+
 * Version 3.0.14 (released 2012-02-24)
 
 ** command line apps: Included libopts doesn't get installed
index 2b452650ee0b64553bf085fda494ec7e6087ea2d..122b5a7ed47203a082d72ac4ca2c77e269efc8f3 100644 (file)
@@ -148,6 +148,8 @@ fi
 AM_CONDITIONAL(ENABLE_PKCS11, test "$with_p11_kit" != "no")
 
 dnl Checks for programs in src/ 
+PKG_CHECK_MODULES([libopts], libopts >= 36.2.11,, [enable_local_libopts=yes])
+
 NEED_LIBOPTS_DIR=true
 LIBOPTS_CHECK([src/libopts])