summaryrefslogtreecommitdiff
path: root/autoconf/ast_check_pwlib.m4
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/ast_check_pwlib.m4')
-rw-r--r--autoconf/ast_check_pwlib.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/autoconf/ast_check_pwlib.m4 b/autoconf/ast_check_pwlib.m4
index 8ec2d58a0..510881f3c 100644
--- a/autoconf/ast_check_pwlib.m4
+++ b/autoconf/ast_check_pwlib.m4
@@ -234,11 +234,11 @@ AC_DEFUN([AST_CHECK_PWLIB_BUILD], [
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([$4],[$5])],
- [ AC_MSG_RESULT(yes)
- ac_cv_lib_$2="yes"
+ [ AC_MSG_RESULT(yes)
+ ac_cv_lib_$2="yes"
],
- [ AC_MSG_RESULT(no)
- ac_cv_lib_$2="no"
+ [ AC_MSG_RESULT(no)
+ ac_cv_lib_$2="no"
]
)