Index: channel.c =================================================================== RCS file: /usr/cvsroot/asterisk/channel.c,v retrieving revision 1.215 diff -u -r1.215 channel.c --- channel.c 9 Jul 2005 15:36:59 -0000 1.215 +++ channel.c 9 Jul 2005 17:18:27 -0000 @@ -33,7 +33,7 @@ #endif #ifdef __FreeBSD__ #include -#if (!defined(__STRFUNC_H__) || (!defined(STRFUNC_H))) +#if (!defined(__STRFUNC_H__) && (!defined(STRFUNC_H))) #error "Please install the strfunc library located in the ports collection at /usr/ports/devel/libstrfunc" #endif #endif