Allow building if popt isn't available.
authorBrad Hards <bradh@openchange.org>
Thu, 11 Feb 2010 01:37:36 +0000 (01:37 +0000)
committerBrad Hards <bradh@openchange.org>
Thu, 11 Feb 2010 01:37:36 +0000 (01:37 +0000)
commit2121ff51805cc0b212cb66ad09af0c158e3ecc9a
treec5e53b4928d5e5290f0969d5fba96e0e3824da27
parentdc81770146df5a8a7912761fdfa4f32c980af3e6
Allow building if popt isn't available.

The changes are to:
- remove unnecessary include in libmapiadmin
- only build mapistore test tool if popt is available
- only build torture tests if popt is available.

The last change could be finer (e.g. only leaving out the
part of the torture test that actually requires popt) but
that seemed more fragile and generally unnecessary.

Resolves ticket #233.
Makefile
config.mk.in
configure.ac
libmapiadmin/mapiadmin_user.c