From 902f71e067d60a92abc6742eddd4e76075b729cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 May 2008 20:45:55 +0000 Subject: Add flag to force disable assembly (some people get compile errors for unknown reasons). git-svn-id: http://svn.drobilla.net/lad/patchage@1205 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 48681a5..0f81a65 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_ARG_ENABLE(debug_symbols, AC_ARG_ENABLE(debug_assertions, [AS_HELP_STRING(--enable-debug-assertions, [Enable debugging assertions (no)])], - [assertions="$enableval"]) + [debug_assertions="$enableval"]) if test "$debug_symbols" = "yes"; then CFLAGS="-O0 -g" -- cgit v1.2.1