diff options
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 8a6fe1fd5df..c640ec8cd5d 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -1627,8 +1627,8 @@ fi # at least currently, we never actually build a program, so we never # need to use $(EXEEXT). Moreover, the test for EXEEXT normally # fails, because we are probably configuring with a cross compiler - # which cant create executables. So we include AC_EXEEXT to keep - # automake happy, but we dont execute it, since we dont care about + # which can't create executables. So we include AC_EXEEXT to keep + # automake happy, but we don't execute it, since we don't care about # the result. if false; then # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands |