Skip to content

Commit

Permalink
Cleanup configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Sep 1, 2019
1 parent 7a208e6 commit 955a662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2019-09-01
- Cleanup configure.ac

2019-08-31
- Fix various c11 compile issues
- Cleanup old compat15 comments
Expand Down
6 changes: 2 additions & 4 deletions configure.ac
Expand Up @@ -9,15 +9,13 @@ AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([subdir-objects])

# Checks for programs.
CFLAGS="-g -O3 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing"
CFLAGS="-g -O3"
AC_PROG_CC([clang gcc])
AX_CHECK_C11
CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing"

LT_INIT

dnl get the flags
CFLAGS="${CFLAGS=}"

AC_ARG_ENABLE(devel,
[ --enable-devel compile debug and development code into nfdump; default is NO])

Expand Down

0 comments on commit 955a662

Please sign in to comment.