patch-wml_aux_iselect_configure 683 B

12345678910111213141516171819202122232425262728293031
  1. $OpenBSD: patch-wml_aux_iselect_configure,v 1.1.1.1 2006/07/14 16:12:14 bernd Exp $
  2. --- wml_aux/iselect/configure.orig Tue Jun 27 10:24:32 2006
  3. +++ wml_aux/iselect/configure Tue Jun 27 10:25:14 2006
  4. @@ -754,16 +754,12 @@ if test "$ac_test_CFLAGS" = set; then
  5. CFLAGS="$ac_save_CFLAGS"
  6. elif test $ac_cv_prog_cc_g = yes; then
  7. if test "$GCC" = yes; then
  8. - CFLAGS="-g -O2"
  9. + CFLAGS="-g"
  10. else
  11. CFLAGS="-g"
  12. fi
  13. else
  14. - if test "$GCC" = yes; then
  15. - CFLAGS="-O2"
  16. - else
  17. CFLAGS=
  18. - fi
  19. fi
  20. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  21. @@ -859,7 +855,7 @@ debug=on
  22. else
  23. x=disabled
  24. -CFLAGS="-O2"
  25. +CFLAGS=""
  26. LDFLAGS=""
  27. debug=off