提交 9780f13c authored 作者: Stefan Knoblich's avatar Stefan Knoblich

Fix FSBUILD-97

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10796 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4f0641d5
...@@ -2825,4 +2825,7 @@ if test -n "$USE_CPLUS"; then ...@@ -2825,4 +2825,7 @@ if test -n "$USE_CPLUS"; then
MAKEFILES="$MAKEFILES pr/src/cplus/Makefile pr/src/cplus/tests/Makefile" MAKEFILES="$MAKEFILES pr/src/cplus/Makefile pr/src/cplus/tests/Makefile"
fi fi
# mmkay, this fixes things on FreeBSD-7.1(-rc1)...
MAKEFILES="`echo $MAKEFILES | tr -d '\n'`"
AC_OUTPUT([$MAKEFILES], [chmod +x config/nspr-config]) AC_OUTPUT([$MAKEFILES], [chmod +x config/nspr-config])
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论