Wireshark-commits: [Wireshark-commits] rev 50204: /trunk/ /trunk/: configure.ac
Date: Fri, 28 Jun 2013 08:36:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50204

User: guy
Date: 2013/06/28 01:36 AM

Log:
 AC_PROG_CXX doesn't actually check whether what it finds is a real live
 C++ compiler (it might not be one on, for example, OS X, due to "cc"
 being a C compiler, "CC" referring to "cc" due to the case-insensitivity
 of the default OS X file system, and "CC" being one of the names checked
 for in AC_PROG_CXX), so if we really need a C++ compiler, test it with a
 program that a C compiler won't compile.

Directory: /trunk/
  Changes    Path            Action
  +27 -4     configure.ac    Modified