From 1cc8badf4622768b03824edfb4418af4fcc49808 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 3 Jun 2015 04:38:03 +0100 Subject: [PATCH] vasprintf-posix: avoid compiling vasnprintf where possible * modules/vasprintf-posix: Avoid compiling the large vasnprintf module where not required. For example on a GNU/Linux system when gnulib-tool is run with the --conditional-dependencies option. --- ChangeLog | 7 +++++++ modules/vasprintf-posix | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2b922ceb6c..e1f2492fa7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-06-03 Pádraig Brady
+ + vasprintf-posix: avoid compiling vasnprintf where possible + * modules/vasprintf-posix: Avoid compiling the large vasnprintf + module where not required. For example on a GNU/Linux system + when gnulib-tool is run with the --conditional-dependencies option. + 2015-06-02 Pádraig Brady
file-has-acl: fix build on Mac OS X 10 diff --git a/modules/vasprintf-posix b/modules/vasprintf-posix index 224db7cb8d..7c0686be9d 100644 --- a/modules/vasprintf-posix +++ b/modules/vasprintf-posix @@ -14,7 +14,7 @@ m4/math_h.m4 Depends-on: vasprintf -vasnprintf +vasnprintf [test $HAVE_VASPRINTF = 0 || test $REPLACE_VASPRINTF = 1] isnand-nolibm isnanl-nolibm frexp-nolibm -- 2.39.5