Remove test in configure.ac because it doesn't have an effect

This commit is contained in:
Jonas Nick 2019-12-17 12:34:26 +00:00
parent d644dda5c9
commit 613c34cd86

View File

@ -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