OSDN Git Service

* configure.in (with-fast-fixincludes): Fix whitespace.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Dec 1998 21:09:07 +0000 (21:09 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Dec 1998 21:09:07 +0000 (21:09 +0000)
        * configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24368 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 14683c5..51964fc 100644 (file)
@@ -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.
 
index 1208d59..cf38fb2 100755 (executable)
@@ -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.
index d8ec9f1..fad3681 100644 (file)
@@ -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)