From f8a3c07358cab7947f7d06c947a3bd81afdd9ce0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2008 16:26:55 +0000 Subject: Fix typo. git-svn-id: http://svn.drobilla.net/lad/ingen@1320 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e375fb33..5bb097d1 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AC_ARG_ENABLE(debug_symbols, [AS_HELP_STRING(--enable-debug-symbols, [Enable debugging symbols - overrides CXXFLAGS (no)])], [debug_symbols="$enableval"]) -AC_ARG_ENABLE(debug_asertions, +AC_ARG_ENABLE(debug_assertions, [AS_HELP_STRING(--enable-debug-assertions, [Enable debugging assertions (no)])], [debug_assertions="$enableval"]) -- cgit v1.2.1