configure.ac: use $host_cpu, not $target_cpu
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 11 Nov 2009 21:29:13 +0000 (16:29 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 11 Nov 2009 21:48:00 +0000 (16:48 -0500)
configure.ac

index 271bbb2c3489c1700865c6c049d6bb417f1175a4..a332bff262b0bc0d32df6434b4b6f927f8669f89 100644 (file)
@@ -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" ;;
This page took 0.023582 seconds and 4 git commands to generate.