X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=52e626b269a1d4691c02d123beaf27229199e3e5;hb=c87d0ff28731aa18660cbb076e69ed7677dea3d2;hp=9a81d2b38d85a6715053faf9cf0a27509ee3409c;hpb=409cc2ea5eaa0b05f85c8d963cb602bacdd938e9;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 9a81d2b3..52e626b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.6.0-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.1],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -106,6 +106,13 @@ AC_CACHE_CHECK([whether the C++ compiler works], AM_CONDITIONAL([CXX_WORKS], [test "x$rw_cv_prog_cxx_works" = "xyes"]) +# Check if the compiler support weak symbols +AX_SYS_WEAK_ALIAS + +if test "x${ax_cv_sys_weak_alias}" = "xno"; then + AC_MSG_ERROR([Your platform doesn't support weak symbols.]) +fi + ## Checks for libraries. AC_CHECK_LIB([dl], [dlopen], [