Author: thommay Date: Thu Oct 12 11:53:32 2006 New Revision: 463377 URL: http://svn.apache.org/viewvc?view=rev&rev=463377 Log: cope with the madness otherwise known as the "kernel" bsd variants (such as GNU/kFreeBSD) Modified: apr/apr/trunk/build/apr_hints.m4 Modified: apr/apr/trunk/build/apr_hints.m4 URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apr_hints.m4?view=diff&rev=463377&r1=463376&r2=463377 ============================================================================== --- apr/apr/trunk/build/apr_hints.m4 (original) +++ apr/apr/trunk/build/apr_hints.m4 Thu Oct 12 11:53:32 2006 @@ -176,6 +176,9 @@ APR_SETIFNULL(ac_cv_func_kqueue, no) fi ;; + *-k*bsd*-gnu) + APR_ADDTO(CPPFLAGS, [-D_REENTRANT -D_GNU_SOURCE]) + ;; *-next-nextstep*) APR_SETIFNULL(CFLAGS, [-O]) APR_ADDTO(CPPFLAGS, [-DNEXT])