Skip to content

Commit

Permalink
Merge pull request #256 from GabrielGanne/cflags-order
Browse files Browse the repository at this point in the history
give user CFLAGS precedence
  • Loading branch information
fklassen committed Aug 8, 2016
2 parents 41be9ba + b777c3e commit 143253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -31,7 +31,7 @@ AC_SUBST(TCPREPLAY_VERSION)
AC_SUBST(TCPREPLAY_RELEASE)

USER_CFLAGS=$CFLAGS
CFLAGS="${CFLAGS} -Wall -O3 -std=gnu99"
CFLAGS="-Wall -O3 -std=gnu99 ${CFLAGS}"

dnl Determine OS
AC_CANONICAL_BUILD
Expand Down

0 comments on commit 143253c

Please sign in to comment.