Ticket #33671: patch-configure.diff
File patch-configure.diff, 685 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
configure
old new 15204 15204 fi 15205 15205 15206 15206 15207 if / bin/true; then15207 if /usr/bin/true; then 15208 15208 BUILD_REFERENCE_TRUE= 15209 15209 BUILD_REFERENCE_FALSE='#' 15210 15210 else … … 15290 15290 fi 15291 15291 15292 15292 15293 if / bin/true; then15293 if /usr/bin/true; then 15294 15294 BUILD_TUTORIAL_TRUE= 15295 15295 BUILD_TUTORIAL_FALSE='#' 15296 15296 else … … 15299 15299 fi 15300 15300 15301 15301 else 15302 if / bin/false; then15302 if /usr/bin/false; then 15303 15303 BUILD_REFERENCE_TRUE= 15304 15304 BUILD_REFERENCE_FALSE='#' 15305 15305 else … … 15307 15307 BUILD_REFERENCE_FALSE= 15308 15308 fi 15309 15309 15310 if / bin/false; then15310 if /usr/bin/false; then 15311 15311 BUILD_TUTORIAL_TRUE= 15312 15312 BUILD_TUTORIAL_FALSE='#' 15313 15313 else