From f4e4b0c1a4eaa41548e4eb2bdfedc8cfa45c3f16 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/raul@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 cdb362a..7753507 100644 --- a/configure.ac +++ b/configure.ac @@ -88,7 +88,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