X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=c602e2bae0a408f43c30f3e882febeee9faa8902;hp=e3efec8f2c84a18037cdbe8d522791f904708270;hb=fb09408a89eb37b77cc4bd5fe89b61271117ad07;hpb=43cadc7e1deb5ebe10d3f67125a438b2a36094dd diff --git a/configure.ac b/configure.ac index e3efec8f2..c602e2bae 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ AC_CHECK_HEADERS([ \ getopt.h sys/ipc.h sys/shm.h popt.h grp.h \ ]) -AC_ARG_VAR([LTTNG_TOOLS_COMPAT_BIN_PREFIX], [Search for LTTng Tools 32-bit compatibility binaries in this location.]) -AC_DEFINE_UNQUOTED([CONFIG_COMPAT_BIN_PREFIX], $LTTNG_TOOLS_COMPAT_BIN_PREFIX, [Search for LTTng Tools 32-bit compatibility binaries in this location.]) +AC_ARG_VAR([LTTNG_TOOLS_COMPAT_BIN_DIR], [Search for LTTng Tools 32-bit compatibility binaries in this location.]) +AC_DEFINE_UNQUOTED([CONFIG_COMPAT_BIN_DIR], $LTTNG_TOOLS_COMPAT_BIN_PREFIX, [Search for LTTng Tools 32-bit compatibility binaries in this location.]) # Check for pthread AC_CHECK_LIB([pthread], [pthread_create], [],