Wireshark-commits: [Wireshark-commits] rev 50215: /trunk/ /trunk/: configure.ac

Date: Fri, 28 Jun 2013 19:34:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50215

User: guy
Date: 2013/06/28 12:34 PM

Log:
 Do the "is $CXX actually a C++ compiler" test as early as possible, so
 that it doesn't fail due to the C++ compiler not supporting -W options
 that the C compiler does.
 
 (We should fix that, too, by having separate checks for whether the C
 and C++ compilers support particular options.)

Directory: /trunk/
  Changes    Path            Action
  +39 -26    configure.ac    Modified