Ticket #32360: configure-cxxflags.patch

File configure-cxxflags.patch, 343 bytes (added by drbacher@…, 12 years ago)

patch to configure

  • configure

    old new  
    39333933
    39343934
    39353935# Default flags.
    3936 CXXFLAGS="-g"
    3937 
     3936if test -z "$CXXFLAGS"; then
     3937  CXXFLAGS="-g"
     3938fi
    39383939ac_ext=cpp
    39393940ac_cpp='$CXXCPP $CPPFLAGS'
    39403941ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'