Stepan Kasal wrote:
> Hello,
> 
> On Fri, Jul 01, 2005 at 10:14:28AM +0200, Harald Dunkel wrote:
> 
>>How can I tell autoconf to not use -c and -o together,
>>regardless what the test said?
> 
> 
> Do I guess correctly that you in fact use AM_PROG_CC_C?

AM_PROG_CC_C_O. Yup.

> Then the following hack should work:
> 
> AC_PROG_CC_C_O
> eval ac_cv_prog_cc_${ac_cc}_c_o=no
> AM_PROG_CC_C_O
> 

This did not work. There is still -c and -o on the same
compiler command line.


Regards

Harri


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to