bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.11 "make check" failure: specflg10.test


From: Ralf Wildenhues
Subject: Re: 1.11 "make check" failure: specflg10.test
Date: Thu, 21 May 2009 17:20:53 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi Thien-Thi,

* Thien-Thi Nguyen wrote on Thu, May 21, 2009 at 12:29:06PM CEST:
> Please find attached specflg10.log;
> is there any other info that can be of help?
> 
> I suspect this is related to absense of g++ on the computer.

Yep.  Fixed as follows.  Thanks for the report!

Cheers,
Ralf

    Skip specflg10.test without a C++ compiler.
    
    * tests/specflg10.test: Require g++.
    Report by Thien-Thi Nguyen.

diff --git a/tests/specflg10.test b/tests/specflg10.test
index 98be12a..efe13f5 100755
--- a/tests/specflg10.test
+++ b/tests/specflg10.test
@@ -16,6 +16,7 @@
 
 # AM_DEFAULT_SOURCE_EXT
 
+required=g++
 . ./defs || Exit 1
 
 set -e




reply via email to

[Prev in Thread] Current Thread [Next in Thread]