diff options
author | Michael Meissner <gnu@the-meissners.org> | 1998-04-22 19:18:38 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1998-04-22 19:18:38 +0000 |
commit | 34b65ac5084bc34f395548e435c44ad66bcac57e (patch) | |
tree | d423bf69a7cf86a7dd1c898e2f512800cae021a9 /configure.in | |
parent | 4725e922ef8069da8d6c56f466c0b01eef2ea613 (diff) | |
download | fsf-binutils-gdb-34b65ac5084bc34f395548e435c44ad66bcac57e.zip fsf-binutils-gdb-34b65ac5084bc34f395548e435c44ad66bcac57e.tar.gz fsf-binutils-gdb-34b65ac5084bc34f395548e435c44ad66bcac57e.tar.bz2 |
Fix typo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c219e36..7c69374 100644 --- a/configure.in +++ b/configure.in @@ -333,6 +333,7 @@ esac # If --enable-target-optspace always use -Os instead of -O2 to build # the target libraries, similarly if it is not specified, use -Os # on selected platforms. +echo "---${enable_target_optspace}:${target}--" 1>&2 case "${enable_target_optspace}:${target}" in yes:*) target_makefile_frag="${target_makefile_frag} config/mt-ospace" @@ -345,7 +346,7 @@ case "${enable_target_optspace}:${target}" in target_makefile_frag="${target_makefile_frag} config/mt-ospace" ;; # end-sanitize-d30v - no:*) + no:* | :*) ;; *) echo "*** bad value \"${enable_target_optspace}\" for --enable-target-optspace flag; ignored" 1>&2 |