Skip to content
Snippets Groups Projects
Commit bd04cf91 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

Fixed a stupid typo.

(Old svn revision: 693)
parent f19c65e9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ AC_HELP_STRING([--disable-debug], [Include no debugging support [default]]),
AC_MSG_CHECKING([whether to build with debugging support])
if test x"$enable_debug" != x"no"; then
AC_DEFINE(DEBUG, 1, Define for debugging support)
if test x"$ac_cv_debug" = x"full"; then
if test x"$enable_debug" = x"full"; then
AC_DEFINE(DEBUG_TRACE, 1, Define for tracing support)
CFLAGS="$CFLAGS -g3 -Wall -Werror -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
AC_MSG_RESULT([full])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment