Skip to content
  • Joel Teichroeb's avatar
    Don't check the HAVE_CXX11 macro (#121) · 767f5d01
    Joel Teichroeb authored
    The macro only gets defined if C++11 is not required, however it
    is required. Instead check if we're using c++0x as that macro will
    be defined when using --enable-c++0x
    767f5d01