Skip to content

Commit

Permalink
Remove test in configure.ac because it doesn't have an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Jan 5, 2020
1 parent d644dda commit 613c34c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ AC_PATH_TOOL(RANLIB, ranlib)
AC_PATH_TOOL(STRIP, strip)
AX_PROG_CC_FOR_BUILD

if test "x$CFLAGS" = "x"; then
CFLAGS="-g"
fi

AM_PROG_CC_C_O

AC_PROG_CC_C89
Expand Down

0 comments on commit 613c34c

Please sign in to comment.