configure: fix comment about unix variants
authorMichael Meffie <mmeffie@sinenomine.net>
Sun, 30 Mar 2014 12:02:17 +0000 (14:02 +0200)
committerD Brashear <shadow@your-file-system.com>
Wed, 28 May 2014 14:07:58 +0000 (10:07 -0400)
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>

acinclude.m4

index e832420..7e02450 100644 (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