summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b9de8038db..e575b054ad 100755
--- a/configure
+++ b/configure
@@ -1730,7 +1730,7 @@ fi
VHOOKCFLAGS="-fPIC"
-# find if .align arg is power-of-two or not
+# Find out if the .align argument is a power of two or not.
if test $asmalign_pot = "unknown"; then
disable asmalign_pot
echo 'asm (".align 3");' | check_cc && enable asmalign_pot