alloca...

SVN revision: 9564
This commit is contained in:
Carsten Haitzler 2004-04-02 00:16:21 +00:00
parent 2938b2f219
commit 6670c61e33
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ AC_HEADER_STDC
AC_C_CONST
AM_ENABLE_SHARED
AM_PROG_LIBTOOL
AC_FUNC_ALLOCA
if test "x${exec_prefix}" = "xNONE"; then
if test "x${prefix}" = "xNONE"; then

View File

@ -15,7 +15,10 @@
#include <math.h>
#include <fnmatch.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "Edje_Edit.h"