diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-17 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-17 21:09:07 +0000 |
commit | 7578940ab21abbf66aeef505cdd4f64558a3a163 (patch) | |
tree | 08fc3ce9f97511658565b8236c72fc1863124ccb /gcc/configure | |
parent | 20172d65065a22f5daef497355c77e4d0367474b (diff) | |
download | gcc-7578940ab21abbf66aeef505cdd4f64558a3a163.tar.gz |
* configure.in (with-fast-fixincludes): Fix whitespace.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24368 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 1208d59c96c..cf38fb21353 100755 --- a/gcc/configure +++ b/gcc/configure @@ -42,7 +42,7 @@ ac_help="$ac_help --disable-haifa don't use the experimental scheduler for the targets which normally enable it." ac_help="$ac_help - --with-fast-fixincludes use a faster fixinclude program (experimental)" + --with-fast-fixincludes use a faster fixinclude program (experimental)" ac_help="$ac_help --enable-init-priority use attributes to assign initialization order for static objects. |