aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>1998-12-17 21:09:07 +0000
committerJeff Law <law@gcc.gnu.org>1998-12-17 14:09:07 -0700
commit94878f1592e3a08fb5bdba257ddf27305079a96d (patch)
tree08fc3ce9f97511658565b8236c72fc1863124ccb /gcc
parentfa322ab5003ce2fee6571ca54333ddf124f2e6ef (diff)
downloadgcc-94878f1592e3a08fb5bdba257ddf27305079a96d.zip
gcc-94878f1592e3a08fb5bdba257ddf27305079a96d.tar.gz
gcc-94878f1592e3a08fb5bdba257ddf27305079a96d.tar.bz2
configure.in (with-fast-fixincludes): Fix whitespace.
* configure.in (with-fast-fixincludes): Fix whitespace. * configure: Rebuilt. From-SVN: r24368
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 14683c5..51964fc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
Thu Dec 17 18:21:49 1998 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+ * configure.in (with-fast-fixincludes): Fix whitespace.
+ * configure: Rebuilt.
+
* fixincludes (c_asm.h): Wrap Digital UNIX V4.0B DEC C specific
asm() etc. function declarations in __DECC.
diff --git a/gcc/configure b/gcc/configure
index 1208d59..cf38fb2 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.
diff --git a/gcc/configure.in b/gcc/configure.in
index d8ec9f1..fad3681 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -215,7 +215,7 @@ AC_ARG_ENABLE(haifa,
#
# This is a work in progress...
AC_ARG_WITH(fast-fixincludes,
-[ --with-fast-fixincludes use a faster fixinclude program (experimental)],
+[ --with-fast-fixincludes use a faster fixinclude program (experimental)],
fast_fixinc="$with_fast_fixincludes",
fast_fixinc=no)