Make configure bomb if the included popt is needed but alloca is not
authorDavid Dykstra <dwd@samba.org>
Sun, 12 Jan 2003 03:11:38 +0000 (03:11 +0000)
committerDavid Dykstra <dwd@samba.org>
Sun, 12 Jan 2003 03:11:38 +0000 (03:11 +0000)
commit7fc089088120ac201b7db96bd12446bb1a95a225
tree359d4feaec19f6e67782276b0029364a8bfe7e51
parentb17f1d76c0e84a2cf175066345437bd3f6990c69
Make configure bomb if the included popt is needed but alloca is not
available, as apparently is the case on Cray UNICOS.  The AC_FUNC_ALLOCA
autoconf documentation talks about having an included alloca.c and
periodically calling alloca(0) to garbage collect when C_ALLOCA is defined,
but I don't know where to get the code or if there's anybody that cares
enough about the UNICOS port for it to be worth the trouble.
configure.in