Configure: add missing check for funcs: memset, strerror
[urcu.git] / configure.ac
index 86f0e2b9744e1de248ed24dc6b27fae6d69d23d4..1ea744cae9b861865f9893d300aafd5cd10f7366 100644 (file)
@@ -57,7 +57,9 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MMAP
-AC_CHECK_FUNCS([bzero gettimeofday munmap sched_getcpu strtoul sysconf gettid])
+AC_CHECK_FUNCS(
+       [bzero gettimeofday munmap sched_getcpu strtoul sysconf gettid memeset strerror]
+)
 
 # Find arch type
 AS_CASE([$host_cpu],
@@ -82,6 +84,7 @@ AS_CASE([$host_cpu],
        [aarch64], [ARCHTYPE="gcc"],
        [mips*], [ARCHTYPE="mips"],
        [tile*], [ARCHTYPE="gcc"],
+       [hppa*], [ARCHTYPE="hppa"],
        [ARCHTYPE="unknown"]
 )
 
This page took 0.023626 seconds and 4 git commands to generate.