From 6ac0afb5f72cad7ec7f4bf2c123ae587eae0e54f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 1 Oct 2009 11:59:21 -0500 Subject: Typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 00085b3..3e3b4fd 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ AM_GLIB_GNU_GETTEXT with_massivedebugging="no" AC_ARG_ENABLE(massivedebugging, AS_HELP_STRING([--enable-massivedebugging], [Print out so much information your brain will hurt]), with_massivedebugging=$enableval, with_massivedebugging=no) if test "x$with_massivedebugging" = "xyes"; then - AC_DEFINE([MASSIVEDBUGGING], [1], [Print everyting]) + AC_DEFINE([MASSIVEDEBUGGING], [1], [Print everyting]) fi ########################### -- cgit v1.2.3