From: Michael Meffie Date: Sun, 30 Mar 2014 12:02:17 +0000 (+0200) Subject: configure: fix comment about unix variants X-Git-Tag: upstream/1.8.0_pre1^2~683 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8050a005a39faf39a6743293c72fa8ed7e928a47;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index e832420e5..7e0245046 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