diff options
author | Ted Gould <ted@canonical.com> | 2009-10-01 11:59:21 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-01 11:59:21 -0500 |
commit | 6ac0afb5f72cad7ec7f4bf2c123ae587eae0e54f (patch) | |
tree | c8669dcc5cf9fef0e3eb4e5779edd7a22c178018 | |
parent | 2ea44010b225b32705ca21fe2a7cf491fc0c1f4f (diff) | |
download | libdbusmenu-6ac0afb5f72cad7ec7f4bf2c123ae587eae0e54f.tar.gz libdbusmenu-6ac0afb5f72cad7ec7f4bf2c123ae587eae0e54f.tar.bz2 libdbusmenu-6ac0afb5f72cad7ec7f4bf2c123ae587eae0e54f.zip |
Typo
-rw-r--r-- | configure.ac | 2 |
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 ########################### |