This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Cannot use --enable-clocale=darwin
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Cc: Geoffrey Keating <geoffk at geoffk dot org>
- Date: Tue, 21 May 2013 14:50:42 +0100
- Subject: Cannot use --enable-clocale=darwin
It's just been pointed out to me that configuring with
--enable-clocale=darwin fails:
checking for underlying I/O to use... stdio
configure: error: Unknown argument to enable/disable clocale
because it's not listed in the valid options:
AC_DEFUN([GLIBCXX_ENABLE_CLOCALE], [
GLIBCXX_ENABLE(clocale,auto,[[[=MODEL]]],
[use MODEL for target locale package],
[permit generic|gnu|ieee_1003.1-2001|newlib|yes|no|auto])
I assume there's no good reason for that and it could be added?