summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2022-04-26 13:56:40 +0200
committerDaniel Lange <DLange@git.local>2022-04-26 13:56:40 +0200
commitae518e20b7730cb13f9348e06f902c3dd6893de5 (patch)
treed03d91017177dae80bb755734db36a7274f74441
parentcdf3f3c50b35eb3c09522d06cc38ac44a9d85556 (diff)
parent939685dff9998a9b09fe332e3a906763435bb51a (diff)
Merge branch 'main' of thesamesam/htop
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6bb7eb69..53f0fe55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
-AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([-Wall std-options subdir-objects])
# ----------------------------------------------------------------------
@@ -22,7 +22,7 @@ AM_INIT_AUTOMAKE([-Wall std-options subdir-objects])
# Checks for platform.
# ----------------------------------------------------------------------
-case "$target_os" in
+case "$host_os" in
linux*|gnu*)
my_htop_platform=linux
AC_DEFINE([HTOP_LINUX], [], [Building for Linux.])

© 2014-2024 Faster IT GmbH | imprint | privacy policy