ObjFW  Check-in [c97d590125]

Overview
Comment:configure: Fix posix_spawnp check
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.90
Files: files | file ages | folders
SHA3-256: c97d590125ae7625042e4f89d58449f1c6ba2eba0a0c979f8f1b675013425b54
User & Date: js on 2017-09-26 22:04:00
Other Links: branch diff | manifest | tags
Context
2017-09-27
22:38
More nullability fixes check-in: 6b66bda9eb user: js tags: 0.90
2017-09-26
22:04
configure: Fix posix_spawnp check check-in: c97d590125 user: js tags: 0.90
22:01
Many nullability fixes check-in: 319709fff1 user: js tags: 0.90
Changes

Modified configure.ac from [cbc3ad562a] to [2563c79b96].

1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
	*-*-msdosdjgpp*)
		have_processes="no"
		;;
	*)
		AC_HEADER_SYS_WAIT
		AC_CHECK_FUNCS(kill)

		AC_CHECK_FUNC(posix_spawnp, [
			AS_IF([test x"$ac_cv_func_kill" = x"yes"], [
				have_processes="yes"

				AC_CHECK_HEADERS(spawn.h)
			])
		], [
			AC_CHECK_FUNCS([vfork dup2 execvp _exit], [







|







1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
	*-*-msdosdjgpp*)
		have_processes="no"
		;;
	*)
		AC_HEADER_SYS_WAIT
		AC_CHECK_FUNCS(kill)

		AC_CHECK_FUNCS(posix_spawnp, [
			AS_IF([test x"$ac_cv_func_kill" = x"yes"], [
				have_processes="yes"

				AC_CHECK_HEADERS(spawn.h)
			])
		], [
			AC_CHECK_FUNCS([vfork dup2 execvp _exit], [