From 8915b293957ccaad902c190e9e2aca27eb6f8180 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 27 Nov 2014 16:27:34 -0200 Subject: Beginnings of FreeBSD port! --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') 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]) -- cgit v1.2.3