diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14683c5e525..51964fc0a79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ Thu Dec 17 18:21:49 1998 Rainer Orth + * 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 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. diff --git a/gcc/configure.in b/gcc/configure.in index d8ec9f1b040..fad36819be6 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)