svn commit: lorikeet r285 - in trunk/heimdal/cf: .

abartlet at samba.org abartlet at samba.org
Sat May 14 07:14:11 GMT 2005


Author: abartlet
Date: 2005-05-14 07:14:11 +0000 (Sat, 14 May 2005)
New Revision: 285

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=285

Log:
Patch from lha to fix compiler warnings about h_errno declaration.

Andrew Bartlett

Modified:
   trunk/heimdal/cf/check-var.m4


Changeset:
Modified: trunk/heimdal/cf/check-var.m4
===================================================================
--- trunk/heimdal/cf/check-var.m4	2005-05-14 07:11:30 UTC (rev 284)
+++ trunk/heimdal/cf/check-var.m4	2005-05-14 07:14:11 UTC (rev 285)
@@ -19,7 +19,7 @@
 if test "$ac_foo" = yes; then
 	AC_DEFINE_UNQUOTED(AS_TR_CPP(HAVE_[]$1), 1, 
 		[Define if you have the `]$1[' variable.])
-	m4_ifval([$2], AC_CHECK_DECL([$1],[],[],[$2]))
+	m4_ifval([$2], AC_CHECK_DECLS([$1],[],[],[$2]))
 fi
 ])
 



More information about the samba-cvs mailing list