ObjFW  Check-in [3bc5fc9461]

Overview
Comment:configure: Remove unnecessary AC_PROG_EGREP
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3bc5fc946164c50f2901cfe69d32b1b776ef3b2575451be31239cdec3e6b5ba2
User & Date: js on 2023-01-10 14:09:51
Other Links: manifest | tags
Context
2023-01-12
23:56
exceptions: Nicer format for IPX nodes check-in: 5c172869c8 user: js tags: trunk
2023-01-10
14:09
configure: Remove unnecessary AC_PROG_EGREP check-in: 3bc5fc9461 user: js tags: trunk
2023-01-08
21:43
OFBlockTests: Exclude miscompiled tests on Win32 check-in: 10977992a8 user: js tags: trunk
Changes

Modified configure.ac from [0e7fa3f396] to [02f6a253c4].

171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
*)
	potential_compilers="clang egcc gcc"
	;;
esac
AC_PROG_OBJC($potential_compilers)
AC_PROG_OBJCPP
AC_PROG_LN_S
AC_PROG_EGREP

BUILDSYS_CHECK_IOS

AC_ARG_WITH(wii,
	AS_HELP_STRING([--with-wii], [build for Wii]))
AS_IF([test x"$with_wii" = x"yes"], [
	AS_IF([test x"$DEVKITPRO" = x""], [







<







171
172
173
174
175
176
177

178
179
180
181
182
183
184
*)
	potential_compilers="clang egcc gcc"
	;;
esac
AC_PROG_OBJC($potential_compilers)
AC_PROG_OBJCPP
AC_PROG_LN_S


BUILDSYS_CHECK_IOS

AC_ARG_WITH(wii,
	AS_HELP_STRING([--with-wii], [build for Wii]))
AS_IF([test x"$with_wii" = x"yes"], [
	AS_IF([test x"$DEVKITPRO" = x""], [