summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 16:27:34 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 16:27:34 -0200
commit8915b293957ccaad902c190e9e2aca27eb6f8180 (patch)
treefc39def5711d6529035048185fccdb3a9679e926 /configure.ac
parenta75161f8628d04a77bb85ff68a25aa0985b9e15d (diff)
Beginnings of FreeBSD port!
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bc586d99..e484839a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,9 @@ case "$target" in
*linux*)
my_htop_platform=linux
;;
+*freebsd*)
+ my_htop_platform=freebsd
+ ;;
*)
my_htop_platform=unsupported
;;
@@ -183,6 +186,7 @@ fi
# We're done, let's go!
# ----------------------------------------------------------------------
AM_CONDITIONAL([HTOP_LINUX], [test "$my_htop_platform" = linux])
+AM_CONDITIONAL([HTOP_FREEBSD], [test "$my_htop_platform" = freebsd])
AM_CONDITIONAL([HTOP_UNSUPPORTED], [test "$my_htop_platform" = unsupported])
AC_SUBST(my_htop_platform)
AC_CONFIG_FILES([Makefile htop.1])

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