X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=7a992edf6946e5464e76c61cd56ae74203542a8f;hp=eb54f4eb78f692f346b147a455fce330b5420638;hb=d5edb8984326d4c15deea3c327880ac67c4ebd80;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d diff --git a/configure.ac b/configure.ac index eb54f4e..7a992ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([userspace-rcu],[0.9.0],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) +AC_INIT([userspace-rcu],[0.10.0-pre],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -84,7 +84,6 @@ CFLAGS="$CFLAGS $PTHREAD_CFLAGS" CC="$PTHREAD_CC" # Checks for library functions. -AC_FUNC_MALLOC AC_FUNC_MMAP AC_FUNC_FORK AC_CHECK_FUNCS([ \ @@ -95,12 +94,16 @@ AC_CHECK_FUNCS([ \ memeset \ memset \ munmap \ + rand_r \ sched_getcpu \ strerror \ strtoul \ sysconf \ ]) +# AC_FUNC_MALLOC causes problems when cross-compiling. +#AC_FUNC_MALLOC + # Check for headers AC_HEADER_STDBOOL AC_CHECK_HEADERS([ \