Avoid using deprecated form of AC_CHECK_TYPE.
authorBrad Hards <bradh@frogmouth.net>
Wed, 22 Apr 2009 08:32:53 +0000 (10:32 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 22 Apr 2009 08:36:47 +0000 (10:36 +0200)
commit703d5897701c22250a2d6e8ffba9ecf01db58f1f
tree5abc9e748291ae72855c9d0d50f6df593fcd959b
parent7a9be21916589f2c2956e8b264648b66d074bfcb
Avoid using deprecated form of AC_CHECK_TYPE.

libreplace makes use of an older form of AC_CHECK_TYPE which basically
provides a fallback definition for the type if it isn't available.
http://www.gnu.org/software/hello/manual/autoconf/Obsolete-Macros.html#Obsolete-Macros
shows why this isn't a good idea (its not so important, except for pointer types).
This patch partly addresses the issue.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
lib/replace/libreplace_cc.m4
lib/replace/replace.h