From 8050a005a39faf39a6743293c72fa8ed7e928a47 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Sun, 30 Mar 2014 14:02:17 +0200 Subject: [PATCH] configure: fix comment about unix variants Remove vulgar comment, and remove commented out checks for aix and minix. Change-Id: I1ee6948bab3185a7855f1d9dc0e9557e27d4e1d2 Reviewed-on: http://gerrit.openafs.org/10969 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: D Brashear --- acinclude.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index e832420e5d..7e0245046e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -283,10 +283,8 @@ dnl Check whether kindlegen exists. If not, we'll suppress that part of the dnl documentation build. AC_CHECK_PROGS([KINDLEGEN], [kindlegen]) -dnl weird ass systems -dnl AC_AIX +dnl Checks for UNIX variants. AC_ISC_POSIX -dnl AC_MINIX dnl Various compiler setup. AC_TYPE_PID_T