summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenny Siegert <bsiegert@gmail.com>2015-09-26 22:34:15 +0200
committerBenny Siegert <bsiegert@gmail.com>2015-09-26 22:34:15 +0200
commit7f0335fc81f3920e0da62596682133a6b456fa14 (patch)
tree0f84b1e9152cce42981e7f48af5f77c44999537c /configure.ac
parent5a8d63de11de78854d83a4218c79cb203e6b5ea0 (diff)
downloadlibpam-radius-auth-7f0335fc81f3920e0da62596682133a6b456fa14.tar.gz
libpam-radius-auth-7f0335fc81f3920e0da62596682133a6b456fa14.zip
Fix invocation of test.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9e2092..604c868 100644
--- a/configure.ac
+++ b/configure.ac
@@ -363,7 +363,7 @@ dnl # Add -Werror last, so it doesn't interfere with autoconf's
dnl # test programs.
dnl #
dnl #############################################################
-if test "x$werror" == "xyes"; then
+if test "x$werror" = "xyes"; then
CFLAGS="-Werror $CFLAGS"
fi
AC_SUBST(LIBS)