aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b31be2a..30aa4d5 100755
--- a/configure
+++ b/configure
@@ -2302,7 +2302,7 @@ else
libc_cv_asm_global_directive=UNKNOWN
for ac_globl in .globl .global .EXPORT; do
cat > conftest.s <<EOF
-.text
+ .text
${ac_globl} foo
foo:
EOF