bug-gnulib
[Top][All Lists]
Advanced

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

argz.m4: error_t handling wrt argz.h and errno.h


From: Mike Frysinger
Subject: argz.m4: error_t handling wrt argz.h and errno.h
Date: Tue, 12 Feb 2008 23:38:05 -0500
User-agent: KMail/1.9.7

the argz.m4 header checks to see if error_t is defined, but only does so by 
including the argz.h header.  if you try to build on a system that does 
provide error_t, but not argz.h, the argz replacement module fails to build.  
on glibc systems, error_t is defined in errno.h.  perhaps the gl_FUNC_ARGZ 
should be checking to see if errno.h exists and if so, including it.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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