(merge from 3.0)
authorAndrew Bartlett <abartlet@samba.org>
Thu, 22 Jan 2004 10:22:03 +0000 (10:22 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 22 Jan 2004 10:22:03 +0000 (10:22 +0000)
commitf1cf5b8aa9897b79dfd00b963bc3803b6ff00dcb
treea917d3a3bb256cc5f95bb57f346fe4462c046505
parente9f584143d5bbcbbdaaac2c231efd85c7bd5a922
(merge from 3.0)

Fix for debian Bug#225328 by LaMont Jones <lamont@debian.org>, where
the failure of our LFS test on ia64 caused the _GNU_SOURCE define not to be
added, causeing strndup() not to be defined...

This was due to strdup() bein implicitly declared, and casting
pointer->int->pointer.

I'll into when we really should define _GNU_SOURCE shortly, but the
fix is correct anyway.

Andrew Bartlett
source/configure.in