]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [darwin]: Don't echo gcc -v
authorPeter O'Gorman <peter@pogma.com>
Fri, 24 Sep 2004 14:59:23 +0000 (14:59 +0000)
committerPeter O'Gorman <peter@pogma.com>
Fri, 24 Sep 2004 14:59:23 +0000 (14:59 +0000)
output during configure.

ChangeLog
m4/libtool.m4

index e8c729d402f61612e95aeaec0d48d77c540540f8..a32a7f9dc7f06c89286c72ebd875e75a98f876f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-24  Peter O'Gorman  <peter@pogma.com>
+
+       * m4/libtool.m4 (_LT_LANG_CXX_CONFIG) [darwin]: Don't echo gcc -v
+       output during configure.
+
 2004-09-24  Gary V. Vaughan  <gary@gnu.org>
 
        * m4/libtool.m4 (_LT_DECL_EGREP): Only the newest CVS autoconf
index 487f814142393437844476cdc7d0563b3b1f2c24..1f8c6a3d9a4b706125af358264ba38f266263593 100644 (file)
@@ -4765,7 +4765,7 @@ if test "$caught_CXX_error" != yes; then
           case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
           10.[[0123]])
             # only use -single_module on bona fide Apple compilers.
-            if ($CC -v) && $CC -v 2>&1| grep Apple 2>&1 >/dev/null ; then
+            if ($CC -v) 2>&1 >/dev/null && $CC -v 2>&1| grep Apple 2>&1 >/dev/null ; then
               if $CC -dumpspecs 2>&1 | $GREP 'single_module' >/dev/null ; then
                 lt_int_apple_cc_single_mod=yes
               fi