aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-01 11:59:49 -0500
committerTed Gould <ted@canonical.com>2009-10-01 11:59:49 -0500
commit4c6ddcee5e750b52977e431a045096e47e18121e (patch)
treec37d42a41a6ef8be53bf9c9e428b2d2b3900158d /configure.ac
parentbabe1961041c9c09ec16dd2e8010c7adb1f79ba7 (diff)
parent6ac0afb5f72cad7ec7f4bf2c123ae587eae0e54f (diff)
downloadlibdbusmenu-4c6ddcee5e750b52977e431a045096e47e18121e.tar.gz
libdbusmenu-4c6ddcee5e750b52977e431a045096e47e18121e.tar.bz2
libdbusmenu-4c6ddcee5e750b52977e431a045096e47e18121e.zip
Typo
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
###########################