diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-17 22:38:49 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-17 22:38:49 +0000 |
commit | e86566c3341ad5f5d8b5d17ba66abc9ad6fd4727 (patch) | |
tree | 41147fbd460b8ffe1d54eebe51216ad4d116a350 /libstdc++-v3/configure | |
parent | c479b7776f2d22961cef561dc35a9b2035f3bef1 (diff) | |
download | gcc-e86566c3341ad5f5d8b5d17ba66abc9ad6fd4727.tar.gz |
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Correct last patch
to ``make --enable-cstdio=stdio the default''.
* libstdc++-v3/aclocal.m4: Rebuilt.
* libstdc++-v3/configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37529 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 223455f4a9f..64b6aa93fc6 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -36,7 +36,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-debug extra debugging, turn off optimization [default=no]" ac_help="$ac_help - --enable-cstdio enable GNU libio for target io package. (default) + --enable-cstdio enable stdio for target io package. (default) --enable-cstdio=LIB use LIB target-speific io package." ac_help="$ac_help --enable-c-mbchar enable multibyte (wide) characters [default=yes]" @@ -2678,10 +2678,10 @@ echo "configure:2677: checking for cstdio to use" >&5 if test "${enable_cstdio+set}" = set; then enableval="$enable_cstdio" if test x$enable_cstdio = xno; then - enable_cstdio=libio + enable_cstdio=stdio fi else - enable_cstdio=libio + enable_cstdio=stdio fi |