~didier-barvaux/rohc/1.2.x

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Didier Barvaux
  • Date: 2011-11-19 19:55:40 UTC
  • Revision ID: didier@barvaux.org-20111119195540-lxjikrabahptaytg
Fix bug #892570: Fail to cross-compile for ARM on x86
https://bugs.launchpad.net/rohc/+bug/892570

Remove the deprecated AC_FUNC_MALLOC macro from configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
# Checks for library functions.
32
32
AC_PROG_GCC_TRADITIONAL
33
 
AC_FUNC_MALLOC
34
33
AC_FUNC_MEMCMP
35
34
AC_FUNC_VPRINTF
36
35
AC_CHECK_FUNCS([malloc calloc free memcpy memcmp bzero ceil])