gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: be more verborse about whic


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: be more verborse about which header files we require
Date: Mon, 01 Apr 2019 16:38:24 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f0a506dd7 be more verborse about which header files we require
f0a506dd7 is described below

commit f0a506dd7042ef5d199fb148ada80fb02c4702fe
Author: ng0 <address@hidden>
AuthorDate: Mon Apr 1 14:38:18 2019 +0000

    be more verborse about which header files we require
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a8c80eb7d..86e1f2c72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -989,7 +989,7 @@ AC_HEADER_DIRENT
 AC_HEADER_STDC
 
 # Check for headers that are ALWAYS required
-AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h limits.h stdio.h stdlib.h 
string.h unistd.h stdarg.h signal.h locale.h sys/stat.h 
sys/types.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX headers 
files]))
+AC_CHECK_HEADERS([fcntl.h math.h errno.h ctype.h limits.h stdio.h stdlib.h 
string.h unistd.h stdarg.h signal.h locale.h sys/stat.h 
sys/types.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX headers 
files: fcntl.h, math.h, errno.h, ctype.h, limits.h, stdio.h, stdlib.h, 
string.h, unistd.h, stdarg.h, signal.h, locale.h, sys/stat.h, and sys/types.h]))
 
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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