The autoconf 2.13 is detecting .C as the executable suffix.

The problem is in the executable suffix check where it only
lists *.c *.obj etc.. but not *.C which is the extension that
autoconf gives to C++ test programs (conftest.C)

Works fine with 2.14

-- 
John Allen                         email: [EMAIL PROTECTED]
OpenSource Developer                    : 
                                     www: http://udk.sf.net
                                   phone: intl+353-14937616
                                        : intl+353-862315986



Reply via email to