~nhandler/ubuntu/lucid/am-utils/merge-from-squeeze

« back to all changes in this revision

Viewing changes to m4/macros/func_bad_memcmp.m4

  • Committer: Bazaar Package Importer
  • Author(s): Tim Cutts
  • Date: 2006-11-27 20:37:54 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061127203754-i1b3qshs0pfk05pf
Tags: 6.1.5-3
* Moved amq-check-wrap check from config back to postinst (Closes: #400229).
* Fixed an error in the postrm script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl My version is similar to the one from Autoconf 2.52, but I also
2
2
dnl define HAVE_BAD_MEMCMP so that I can do smarter things to avoid
3
3
dnl linkage conflicts with bad memcmp versions that are in libc.
4
 
AC_DEFUN(AMU_FUNC_BAD_MEMCMP,
 
4
AC_DEFUN([AMU_FUNC_BAD_MEMCMP],
5
5
[
6
6
AC_FUNC_MEMCMP
7
7
if test "$ac_cv_func_memcmp_working" = no