Fixed use of alloca() in libspeex on Solaris, I think.

Fixes Bugzilla #3938.
This commit is contained in:
Ryan C. Gordon 2009-09-14 16:41:48 +00:00
parent 2cf2911131
commit a903a2f03e
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
// SSE is enabled.
#ifndef _USE_SSE
# define USE_ALLOCA
# if defined(__sun) /* Solaris needs this for alloca(). */
# define HAVE_ALLOCA_H
# endif
#endif
/* Default to floating point */