summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5776449c..af9b0372 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,9 +52,9 @@ if test :"$GCC": = :yes: ; then
gc_cflags="${gc_cflags} -fexceptions"
else
case "$host" in
- hppa*-*-hpux* )
+ hppa*-*-hpux* )
if test :$GCC: != :"yes": ; then
- gc_cflags="${gc_flags} +ESdbgasm"
+ gc_cflags="${gc_cflags} +ESdbgasm"
fi
# :TODO: actually we should check using Autoconf if
# the compiler supports this option.