summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 59f7273581..8359c68b13 100755
--- a/configure
+++ b/configure
@@ -3736,6 +3736,10 @@ if enabled asm; then
m x
EOF
+ check_as <<EOF || $nogas "GNU assembler not found, install gas-preprocessor"
+.altmacro
+EOF
+
check_as <<EOF && enable as_func
.func test
.endfunc