Ticket #40231: patch-configure.diff
File patch-configure.diff, 274 bytes (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
configure
old new 5245 5245 5246 5246 STD_CXX0X="" 5247 5247 if test x"$ax_cv_std_cxx0x_flag" = xyes ; then 5248 STD_CXX0X= -std=c++0x5248 STD_CXX0X="-std=c++0x -stdlib=libc++" 5249 5249 fi 5250 5250 5251 5251