From: Pierre-Marc Fournier Date: Wed, 11 Nov 2009 21:29:13 +0000 (-0500) Subject: configure.ac: use $host_cpu, not $target_cpu X-Git-Tag: v0.1~48 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=2e06f3b5c2d5568d81a20742469157b17dc7b3b5 configure.ac: use $host_cpu, not $target_cpu --- diff --git a/configure.ac b/configure.ac index 271bbb2..a332bff 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" ;;