From: Michael Jerris Date: Mon, 28 May 2007 17:20:57 +0000 (+0000) Subject: fix bsd build X-Git-Tag: v1.0-beta1~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b58efbacd9e3338b1684170ca42015484c6b49;p=thirdparty%2Ffreeswitch.git fix bsd build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5227 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 8ea1e794ee..69149ffd44 100644 --- a/configure.in +++ b/configure.in @@ -139,6 +139,9 @@ case "$host" in *-solaris2*) APR_ADDTO(SWITCH_AM_CFLAGS, -DPATH_MAX=2048) ;; + *bsd*) + APR_ADDTO(SWITCH_AM_CFLAGS, -I/usr/local/include) + ;; esac APR_REMOVEFROM(SWITCH_AM_CXXFLAGS, -std=c99)