1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00

Replace target with host

This commit is contained in:
Alex Kotov 2020-11-30 09:13:13 +05:00
parent 4441e93ef8
commit 1c4d5d8c2b
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -7,9 +7,9 @@ AC_INIT([libkernaux],
AC_CONFIG_SRCDIR([src/pfa.c])
AC_CANONICAL_SYSTEM
AC_CANONICAL_HOST
AM_CONDITIONAL(ARCH_I386, test "${target_cpu}" = "i386")
AM_CONDITIONAL(ARCH_I386, test "${host_cpu}" = "i386")
AM_INIT_AUTOMAKE([1.9 subdir-objects -Wall -Werror])