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 <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: D Brashear <shadow@your-file-system.com>
This commit is contained in:
Michael Meffie 2014-03-30 14:02:17 +02:00 committed by D Brashear
parent 3836023449
commit 8050a005a3

View File

@ -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