X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=b0320b02453dc62eb4a89998ff8784d778aa6dc3;hb=b5b073e22d34bec71259d39b8946354f170f01a9;hp=271bbb2c3489c1700865c6c049d6bb417f1175a4;hpb=9441df61728a22747f28a713b6c00b1732acbd57;p=ust.git diff --git a/configure.ac b/configure.ac index 271bbb2..b0320b0 100644 --- a/configure.ac +++ b/configure.ac @@ -64,8 +64,8 @@ AC_CHECK_LIB([urcu-bp], [synchronize_rcu], [], [AC_MSG_ERROR([Cannot find liburc AC_CHECK_HEADERS([kcompat.h], [], [AC_MSG_ERROR([Cannot find kcompat headers (kcompat.h). Use [CFLAGS]=-Idir to specify their location.])]) -AC_MSG_CHECKING([library format for the target system]) -case $target_cpu in +AC_MSG_CHECKING([library format for the host system]) +case $host_cpu in i386) LIBFORMAT="elf32-i386" ;; i486) LIBFORMAT="elf32-i386" ;; i586) LIBFORMAT="elf32-i386" ;; @@ -90,6 +90,7 @@ AC_CONFIG_FILES([ tests/basic/Makefile tests/basic_long/Makefile tests/fork/Makefile + tests/simple_include/Makefile libmallocwrap/Makefile libinterfork/Makefile ustd/Makefile