gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32567 - libmicrohttpd/m4


From: gnunet
Subject: [GNUnet-SVN] r32567 - libmicrohttpd/m4
Date: Thu, 6 Mar 2014 14:21:40 +0100

Author: Karlson2k
Date: 2014-03-06 14:21:39 +0100 (Thu, 06 Mar 2014)
New Revision: 32567

Modified:
   libmicrohttpd/m4/ax_count_cpus.m4
Log:
Update m4/ax_count_cpus.m4 to support W32

Modified: libmicrohttpd/m4/ax_count_cpus.m4
===================================================================
--- libmicrohttpd/m4/ax_count_cpus.m4   2014-03-06 13:21:22 UTC (rev 32566)
+++ libmicrohttpd/m4/ax_count_cpus.m4   2014-03-06 13:21:39 UTC (rev 32567)
@@ -15,6 +15,7 @@
 #
 # LICENSE
 #
+#   Copyright (c) 2014 Karlson2k (Evgeny Grin) <address@hidden>
 #   Copyright (c) 2012 Brian Aker <address@hidden>
 #   Copyright (c) 2008 Michael Paul Bailey <address@hidden>
 #   Copyright (c) 2008 Christophe Tournayre <address@hidden>
@@ -45,6 +46,14 @@
           AS_IF([test "x$CPU_COUNT" = "x0" -a -e /proc/cpuinfo],[
             CPU_COUNT=`$EGREP -c '^processor' /proc/cpuinfo`
             ])
+          ])],[
+        *mingw*],[
+        AS_IF([test -n "$NUMBER_OF_PROCESSORS"],[
+          CPU_COUNT="$NUMBER_OF_PROCESSORS"
+          ])],[
+        *cygwin*],[
+        AS_IF([test -n "$NUMBER_OF_PROCESSORS"],[
+          CPU_COUNT="$NUMBER_OF_PROCESSORS"
           ])
         ])
 




reply via email to

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