summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-08-08 00:30:54 +0000
committerDavid Robillard <d@drobilla.net>2007-08-08 00:30:54 +0000
commit5201841294475fa887a414c7bf2297e59ae5140a (patch)
treeafddcef3862fa63a4335a857da2bb301f9127305
parent973087109de4366e6682cff80970121621929d46 (diff)
downloadraul-5201841294475fa887a414c7bf2297e59ae5140a.tar.gz
raul-5201841294475fa887a414c7bf2297e59ae5140a.tar.bz2
raul-5201841294475fa887a414c7bf2297e59ae5140a.zip
Added individial building stuff for flowcanvas, raul, patchage.
git-svn-id: http://svn.drobilla.net/lad/raul@684 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 82fc9a7..fad3a05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,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)])],
[assertions="$enableval"])