Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.0
-
None
Description
According to `configure --help` as well as `src/corelib/configure.json` "iconv" (on UNIX) accepts values of "no", "yes", "posix", "sun", "gnu".
However neither
-iconv gnu
nor
-gnu-iconv
works.
Error is
ERROR: Invalid command line parameter 'gnu'.
respectively
ERROR: Unknown command line option '-gnu-iconv'