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).
This commit is contained in:
Brent Cook 2015-09-30 08:00:49 -05:00
parent 53f8663976
commit 497a47c5fc

View File

@ -1,4 +1,3 @@
# This must be called before AC_PROG_CC
AC_DEFUN([CHECK_OS_OPTIONS], [
CFLAGS="$CFLAGS -Wall -std=gnu99 -fno-strict-aliasing"