patch-configure 352 B

123456789101112
  1. $OpenBSD: patch-configure,v 1.2 2003/08/02 01:41:43 jolan Exp $
  2. --- configure.orig 1993-02-24 14:36:54.000000000 +0100
  3. +++ configure 2003-08-01 08:29:26.000000000 +0200
  4. @@ -126,7 +126,6 @@ EOF
  5. ${CC-cc} -E conftest.c > conftest.out 2>&1
  6. if egrep yes conftest.out >/dev/null 2>&1; then
  7. GCC=1 # For later tests.
  8. - CC="$CC -O"
  9. fi
  10. rm -f conftest*