Sfoglia il codice sorgente

configure: fixed typo, fixed detection of memory pagesize

Evgeny Grin (Karlson2k) 5 anni fa
parent
commit
b47b1c94e2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -1415,7 +1415,7 @@ have_inet6=no
 ])
 AC_MSG_RESULT($have_inet6)
 
-MHD_CHECK_FUNC([[sysconf]], [[#include <unitstd.h>]], [[long a = sysconf(0); if (a) return 1;]])
+MHD_CHECK_FUNC([[sysconf]], [[#include <unistd.h>]], [[long a = sysconf(0); if (a) return 1;]])
 
 HIDDEN_VISIBILITY_CFLAGS=""
 AS_CASE(["$host"],