Hi, This patch removes the AC_TYPE_SIGNAL macro from configuration, since int type signal handlers have been long since obsoleted. This macro is (or soon will be) obsoleted in autoconf itself. Its resulting definition is not checked by Cherokee during the build.
This patch fixes surprise breakage and/or warnings when that happens. More are coming related to autoconf, this was produced against the trunk. I've finally gotten my tool chain fixed :) Signed-off-by: Tim Post <[EMAIL PROTECTED]> Cheers, --Tim
Index: configure.in =================================================================== --- configure.in (revision 2352) +++ configure.in (working copy) @@ -249,7 +249,6 @@ AC_SYS_LARGEFILE AC_SIZE_T -AC_TYPE_SIGNAL AC_TYPE_UID_T AC_TYPE_MODE_T AC_TYPE_OFF_T
_______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
