libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGS
authorMichael Adam <obnox@samba.org>
Mon, 23 Mar 2009 16:36:46 +0000 (17:36 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 23 Mar 2009 16:48:23 +0000 (17:48 +0100)
commit33d9f46674a270a0715213c17581deef192826e1
treef9ee4cc1162d63959d04c781581f58e1324851c1
parent63aae58fdcd9110ba294ac7335d4a4e40136aa8b
libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGS

This fixes Samba3's double listing of -I options in CFLAGS,
since samba3's configure wraps the call to AC_LIBREPLACE_NETWORK_CHECKS
into a SAVE_CPPFLAGS="${CPPFLAGS}" .. CPPFLAGS="${SAVE_CPPFLAGS}"
sequence... :-)

Michael
lib/replace/libreplace_network.m4