ObjFW  Check-in [504f39c629]

Overview
Comment:configure.ac: Fix a stupid typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 504f39c6299c464620f545e09367aa69da144f764205d665b4bbd90bbe71a962
User & Date: js on 2017-01-08 03:49:21
Other Links: manifest | tags
Context
2017-01-08
03:57
Accept "1252" as a valid encoding for a locale check-in: 87e332d145 user: js tags: trunk
03:49
configure.ac: Fix a stupid typo check-in: 504f39c629 user: js tags: trunk
03:45
Parse locale to get {language,territory,encoding} check-in: d6de0a1b71 user: js tags: trunk
Changes

Modified configure.ac from [26942c5c25] to [93db87e537].

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
		enable_shared="no"
		enable_threads="no"
		enable_sockets="no"
		;;
	*-*-mingw*)
		LDFLAGS="$LDFLAGS -Wl,--allow-multiple-definition"
		AC_SUBST(ALLOW_MULTIPLE_DEFINITION,
			[--Wl,--allow-multiple-definition])
		;;
	*-psp-*)
		AS_IF([test x"$DEVKITPSP" = x""], [
			AC_MSG_ERROR(
				[DEVKITPSP is not set! Please set DEVKITPSP.])
		])








|







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
		enable_shared="no"
		enable_threads="no"
		enable_sockets="no"
		;;
	*-*-mingw*)
		LDFLAGS="$LDFLAGS -Wl,--allow-multiple-definition"
		AC_SUBST(ALLOW_MULTIPLE_DEFINITION,
			[-Wl,--allow-multiple-definition])
		;;
	*-psp-*)
		AS_IF([test x"$DEVKITPSP" = x""], [
			AC_MSG_ERROR(
				[DEVKITPSP is not set! Please set DEVKITPSP.])
		])