ObjFW  Diff

Differences From Artifact [6e5af35735]:

To Artifact [97930c093e]:


227
228
229
230
231
232
233

234
235
236
237
238
239
240
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241







+







		*-psp-*)
			dnl asprintf is broken on the PSP, but snprintf works.
			have_asprintf="no"
			AC_SUBST(ASPRINTF_M, "asprintf.m")
			ac_cv_snprintf_useful_ret="yes"
			;;
		*)
			have_asprintf="yes"
			AC_DEFINE(OF_HAVE_ASPRINTF, 1,
				[Whether we have asprintf])
			AC_SUBST(ASPRINTF_DEF, "-DOF_HAVE_ASPRINTF")
		;;
	esac
], [
	have_asprintf="no"