X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=f5501cebdfea99d6e994f1a694410ec50f218780;hp=6a26e49982ffa0286184c9131577d0ee83bef0ad;hb=5f2c1c0ff0173e7ce9a6528d6129563d24687325;hpb=373148e9cedd5ec0b2302f4afe3ecd543e405f4f diff --git a/configure.ac b/configure.ac index 6a26e4998..f5501cebd 100644 --- a/configure.ac +++ b/configure.ac @@ -112,6 +112,10 @@ AS_IF([test "x$ax_cv___attribute__" = "xyes"], AX_PTHREAD(,[AC_MSG_ERROR([Could not configure pthreads support])]) +# Check if linker has the -no-pie option. +AX_CHECK_LINK_FLAG([-no-pie], [linker_have_no_pie_option=yes]) +AM_CONDITIONAL([LINKER_HAVE_NO_PIE_OPTION], [test "x$linker_have_no_pie_option" = "xyes"]) + AX_LIB_SOCKET_NSL LT_NO_UNDEFINED="" @@ -1152,6 +1156,7 @@ AC_CONFIG_FILES([ tests/utils/tap/Makefile tests/utils/testapp/Makefile tests/utils/testapp/gen-ust-events/Makefile + tests/utils/testapp/gen-syscall-events-callstack/Makefile tests/utils/testapp/gen-ust-nevents/Makefile tests/utils/testapp/gen-ust-nevents-str/Makefile tests/utils/testapp/gen-syscall-events/Makefile