Fix FSBUILD-97
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10796 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4f0641d53b
commit
9780f13c39
|
@ -2825,4 +2825,7 @@ if test -n "$USE_CPLUS"; then
|
|||
MAKEFILES="$MAKEFILES pr/src/cplus/Makefile pr/src/cplus/tests/Makefile"
|
||||
fi
|
||||
|
||||
# mmkay, this fixes things on FreeBSD-7.1(-rc1)...
|
||||
MAKEFILES="`echo $MAKEFILES | tr -d '\n'`"
|
||||
|
||||
AC_OUTPUT([$MAKEFILES], [chmod +x config/nspr-config])
|
||||
|
|
Loading…
Reference in New Issue