config.w32   [plain text]


// $Id: config.w32,v 1.3 2005/02/25 01:17:45 helly Exp $
// vim:ft=javascript

ARG_ENABLE("exif", "exif", "no");

if (PHP_EXIF == "yes") {
	EXTENSION("exif", "exif.c");
	AC_DEFINE('HAVE_EXIF', 1, 'Have exif');
	ADD_EXTENSION_DEP('exif', 'mbstring');
}