summaryrefslogtreecommitdiff
path: root/m4/ld-O1.m4
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2010-10-19 16:41:20 +0000
committerDmitry V. Levin <ldv@altlinux.org>2010-10-19 16:41:20 +0000
commitef7534f700b8254c6a72e47607c9bf3e8880d446 (patch)
tree5caa178e77321be99e2b04707296d8286544f030 /m4/ld-O1.m4
parent8bae86d2b21b9d388c5e0834dba70a0d2585f894 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2010-10-19 Dmitry V. Levin <ldv@altlinux.org> * m4/ld-O1.m4 (PAM_LD_O1): Fix typo.
Diffstat (limited to 'm4/ld-O1.m4')
-rw-r--r--m4/ld-O1.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ld-O1.m4 b/m4/ld-O1.m4
index 6efd3f34..f67b959b 100644
--- a/m4/ld-O1.m4
+++ b/m4/ld-O1.m4
@@ -1,4 +1,4 @@
-# ld-O1.m4 serial 2
+# ld-O1.m4 serial 3
# Test if ld supports -O1
@@ -19,6 +19,6 @@ EOF
pam_cv_ld_O1=no
fi
rm -f conftest*])
- AC_SUBST(pam_cv_ld_as_needed)
+ AC_SUBST(pam_cv_ld_O1)
]
)