git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3695 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-12-18 17:22:22 +00:00
parent a22fcac7b1
commit dee025e15e
6 changed files with 642 additions and 626 deletions

View File

@@ -167,6 +167,7 @@ AC_CACHE_CHECK([whether to build with NSPR], [ac_cv_with_nspr], [ac_cv_with_nspr
if test ".$ac_cv_with_nspr" = ".yes"; then
sinclude(nsprpub/config/nspr.m4)
CPPFLAGS="$CPPFLAGS -DJS_THREADSAFE -Insprpub/dist/include/nspr"
LDFLAGS="$LDFLAGS -L$prefix/lib -lnspr4"
fi
AC_SUBST(CLI_CFLAGS)