aboutsummaryrefslogtreecommitdiff
path: root/m4/check-os-options.m4
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-30 08:00:49 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-30 08:00:49 -0500
commit497a47c5fcf137b73816ee8e9165ddd12f90fcef (patch)
tree5cc464d6b385e51ba53217bb8d4bbe87de1ca901 /m4/check-os-options.m4
parent53f8663976205a73a8b36515dec549f7b14f3980 (diff)
downloadportable-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.m41
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
2AC_DEFUN([CHECK_OS_OPTIONS], [ 1AC_DEFUN([CHECK_OS_OPTIONS], [
3 2
4CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing" 3CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing"