Fix FSBUILD-97

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10796 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Stefan Knoblich 2008-12-16 16:03:46 +00:00
parent 4f0641d53b
commit 9780f13c39
1 changed files with 3 additions and 0 deletions

View File

@ -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])