Remove deprecated DEBUG_CFLAGS.

This commit is contained in:
Romain Tartiere 2010-04-16 12:58:29 +00:00
parent 4dbeff47db
commit 7b65174856

View file

@ -59,7 +59,6 @@ if test x"$enable_debug" = "xyes"
then
CFLAGS="$CFLAGS -g -Wall -DDEBUG -pedantic -O0 -ggdb"
fi
AC_SUBST([DEBUG_CFLAGS])
# Handle --with-drivers option
LIBNFC_ARG_WITH_DRIVERS