View | Details | Raw Unified | Return to bug 1133 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (-1 / +1 lines)
Lines 1335-1341 Link Here
1335
		[AC_MSG_RESULT(yes)],
1335
		[AC_MSG_RESULT(yes)],
1336
		[
1336
		[
1337
			AC_MSG_RESULT(no)
1337
			AC_MSG_RESULT(no)
1338
			AC_DEFINE(BROKEN_SNPRINTF, 1,
1338
			AC_DEFINE(BROKEN_VSNPRINTF, 1,
1339
				[Define if your snprintf is busted])
1339
				[Define if your snprintf is busted])
1340
			AC_MSG_WARN([****** Your vsnprintf() function is broken, complain to your vendor])
1340
			AC_MSG_WARN([****** Your vsnprintf() function is broken, complain to your vendor])
1341
		],
1341
		],

Return to bug 1133