diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-30 08:00:49 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-30 08:00:49 -0500 |
commit | 497a47c5fcf137b73816ee8e9165ddd12f90fcef (patch) | |
tree | 5cc464d6b385e51ba53217bb8d4bbe87de1ca901 /m4/check-os-options.m4 | |
parent | 53f8663976205a73a8b36515dec549f7b14f3980 (diff) | |
download | portable-497a47c5fcf137b73816ee8e9165ddd12f90fcef.tar.gz portable-497a47c5fcf137b73816ee8e9165ddd12f90fcef.tar.bz2 portable-497a47c5fcf137b73816ee8e9165ddd12f90fcef.zip |
remove incorrect comment
We actually want to only start extending CFLAGS after calling AC_PROG_CC
so we get the default autoconf value (usually just -O2).
Diffstat (limited to '')
-rw-r--r-- | m4/check-os-options.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 9835cd8..a71e529 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
@@ -1,4 +1,3 @@ | |||
1 | # This must be called before AC_PROG_CC | ||
2 | AC_DEFUN([CHECK_OS_OPTIONS], [ | 1 | AC_DEFUN([CHECK_OS_OPTIONS], [ |
3 | 2 | ||
4 | CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing" | 3 | CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing" |