[cpp-log4shib] 01/04: Disable building the static library by default

Scott Cantor cantor.2 at osu.edu
Tue Oct 19 14:55:30 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-log4shib.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=32b1c5bf6067b8830acaedc1b11e5d76d327dd02

commit 32b1c5bf6067b8830acaedc1b11e5d76d327dd02
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Sat Nov 24 15:55:43 2018 +0100

    Disable building the static library by default
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7ef2fb0..c2912a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ else
     AM_CXXFLAGS="-O2 -DNDEBUG"
 fi
 
-AM_PROG_LIBTOOL
+LT_INIT([disable-static])
 AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list