gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2307 - GNUnet


From: grothoff
Subject: [GNUnet-SVN] r2307 - GNUnet
Date: Fri, 2 Dec 2005 13:06:59 -0800 (PST)

Author: grothoff
Date: 2005-12-02 13:06:58 -0800 (Fri, 02 Dec 2005)
New Revision: 2307

Modified:
   GNUnet/configure.ac
Log:
param before mount

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-12-02 21:04:01 UTC (rev 2306)
+++ GNUnet/configure.ac 2005-12-02 21:06:58 UTC (rev 2307)
@@ -358,7 +358,7 @@
 AC_CHECK_HEADERS([fcntl.h math.h errno.h limits.h stdio.h locale.h sys/stat.h 
sys/types.h pthread.h],,AC_MSG_ERROR([Compiling GNUnet requires standard UNIX 
headers files]))
 
 # Checks for headers that are only required on some systems or opional (and 
where we do NOT abort if they are not there)
-AC_CHECK_HEADERS([langinfo.h sys/mount.h sys/param.h sys/statvfs.h sys/vfs.h 
arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h 
sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h])
+AC_CHECK_HEADERS([langinfo.h sys/param.h sys/mount.h sys/statvfs.h sys/vfs.h 
arpa/inet.h fcntl.h libintl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h 
sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h])
 
 # Check for GMP header (and abort if not present)
 AC_CHECK_HEADERS([gmp.h],,AC_MSG_ERROR([Compiling GNUnet requires gmp.h (from 
the GNU MP library, libgmp)]))





reply via email to

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