~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

pandora-build v0.103 - fix macros for cross-compiling. Fix stack direction check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
 
6
6
dnl Which version of the canonical setup we're using
7
 
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.100])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.103])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  AC_ARG_ENABLE([fat-binaries],
163
163
    AC_DEFINE([TIME_T_UNSIGNED], 1, [Define to 1 if time_t is unsigned])
164
164
  ])
165
165
 
166
 
  dnl AC_FUNC_ALLOCA would test for stack direction if we didn't have a working
167
 
  dnl alloca - but we need to know it anyway for check_stack_overrun.
168
 
  PANDORA_STACK_DIRECTION
169
 
 
170
166
  AC_CHECK_LIBM
171
167
  
172
168
  AC_CHECK_FUNC(setsockopt, [], [AC_CHECK_LIB(socket, setsockopt)])