From c4b43c9f74021cbd1948327e34804cfee7f95648 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Wed, 22 Oct 2003 20:08:34 +0000 Subject: [PATCH] QuakeForge doesn't need any ooptions. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c8c5f412..66a200376 100644 --- a/configure.ac +++ b/configure.ac @@ -1341,7 +1341,7 @@ if test "x$optimize" = xyes; then CFLAGS="$saved_cflags" light="-O2" AC_ARG_ENABLE(strict-aliasing, - [ --enable-strict-aliasing enable the -fstrict-aliasing ooption of gcc]) + [ --enable-strict-aliasing enable the -fstrict-aliasing option of gcc]) if test "x$enable_strict_aliasing" = "xyes"; then heavy="$heavy -fstrict-aliasing" light="$light -fstrict-aliasing"