autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add missing comma to AC_FUNC_VPRINTF (fwd)


From: Peter Breitenlohner
Subject: [PATCH] Add missing comma to AC_FUNC_VPRINTF (fwd)
Date: Fri, 21 Jun 2013 08:01:25 +0200 (CEST)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

Hi everybody,

Any comments?  The present code (existing since ages) tests for _doprnt()
only if vprintf() was found.

Regards
Peter Breitenlohner <address@hidden>

---------- Forwarded message ----------
Date: Sat, 15 Jun 2013 12:56:34 +0200
From: Peter Breitenlohner <address@hidden>
To: address@hidden
Cc: Peter Breitenlohner <address@hidden>
Subject: [PATCH] Add missing comma to AC_FUNC_VPRINTF

Even if obsolescent this macro should be correct

Signed-off-by: Peter Breitenlohner <address@hidden>
---
 lib/autoconf/functions.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index f994a4a..b544fcd 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -2015,7 +2015,7 @@ AU_ALIAS([AC_VFORK], [AC_FUNC_FORK])
 # Why the heck is that _doprnt does not define HAVE__DOPRNT???
 # That the logical name!
 AC_DEFUN([AC_FUNC_VPRINTF],
-[AC_CHECK_FUNCS(vprintf, []
+[AC_CHECK_FUNCS(vprintf, [],
 [AC_CHECK_FUNC(_doprnt,
               [AC_DEFINE(HAVE_DOPRNT, 1,
                          [Define to 1 if you don't have `vprintf' but do have
--
1.8.2.2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]