From: Rainer Orth Date: Thu, 17 Dec 1998 21:09:07 +0000 (+0000) Subject: configure.in (with-fast-fixincludes): Fix whitespace. X-Git-Tag: prereleases/libgcj-0.1~1584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94878f1592e3a08fb5bdba257ddf27305079a96d;p=thirdparty%2Fgcc.git configure.in (with-fast-fixincludes): Fix whitespace. * configure.in (with-fast-fixincludes): Fix whitespace. * configure: Rebuilt. From-SVN: r24368 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14683c5e5254..51964fc0a797 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 1208d59c96cd..cf38fb213532 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 d8ec9f1b040d..fad36819be6b 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)