gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12443 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r12443 - gnunet
Date: Tue, 3 Aug 2010 16:19:20 +0200

Author: grothoff
Date: 2010-08-03 16:19:20 +0200 (Tue, 03 Aug 2010)
New Revision: 12443

Modified:
   gnunet/configure.ac
Log:
missing 't' for 1595

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2010-08-03 12:17:43 UTC (rev 12442)
+++ gnunet/configure.ac 2010-08-03 14:19:20 UTC (rev 12443)
@@ -194,9 +194,6 @@
 # restore LIBS
 LIBS=$SAVE_LIBS
 
-# restore LIBS
-LIBS=$SAVE_LIBS
-
 # test for kvm and kstat (for CPU stats under BSD/Solaris)
 AC_CHECK_LIB([kvm],[kvm_open])
 AC_CHECK_LIB([kstat],[kstat_open])
@@ -245,7 +242,7 @@
 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]))
 
 # 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/param.h sys/mount.h sys/statvfs.h 
sys/select.h sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h fcntl.h 
libintl.h netdb.h netinet/in.h netinet/in_sysm.h sys/ioctl.h sys/socket.h 
sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h sys/resource.h 
ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h argz.h])
+AC_CHECK_HEADERS([langinfo.h sys/param.h sys/mount.h sys/statvfs.h 
sys/select.h sockLib.h sys/mman.h sys/msg.h sys/vfs.h arpa/inet.h fcntl.h 
libintl.h netdb.h netinet/in.h netinet/in_systm.h sys/ioctl.h sys/socket.h 
sys/time.h unistd.h kstat.h sys/sysinfo.h kvm.h sys/file.h sys/resource.h 
ifaddrs.h mach/mach.h stddef.h sys/timeb.h terminos.h argz.h])
 
 # test for libgmp
 gmp=0




reply via email to

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