[Freeswitch-branches] [commit] r5264 - freeswitch/branches/greenlizard
Freeswitch SVN
greenlizard at freeswitch.org
Tue Jun 5 12:10:57 EDT 2007
Author: greenlizard
Date: Tue Jun 5 12:10:57 2007
New Revision: 5264
Modified:
freeswitch/branches/greenlizard/configure.in
Log:
merge in changes from trunk 5202 to 5240. accidentally forgot to commit this file in previous two commits.
Modified: freeswitch/branches/greenlizard/configure.in
==============================================================================
--- freeswitch/branches/greenlizard/configure.in (original)
+++ freeswitch/branches/greenlizard/configure.in Tue Jun 5 12:10:57 2007
@@ -139,6 +139,9 @@
*-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)
More information about the Freeswitch-branches
mailing list