summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-08 16:26:55 +0000
committerDavid Robillard <d@drobilla.net>2008-08-08 16:26:55 +0000
commitf8a3c07358cab7947f7d06c947a3bd81afdd9ce0 (patch)
tree567879dea8b88be8512e7ac35121a1c7742e9377 /configure.ac
parent5b83be147cfa8ab90ff38f824e9a88d51c1a37de (diff)
downloadingen-f8a3c07358cab7947f7d06c947a3bd81afdd9ce0.tar.gz
ingen-f8a3c07358cab7947f7d06c947a3bd81afdd9ce0.tar.bz2
ingen-f8a3c07358cab7947f7d06c947a3bd81afdd9ce0.zip
Fix typo.
git-svn-id: http://svn.drobilla.net/lad/ingen@1320 a436a847-0d15-0410-975c-d299462d15a1
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 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"])