summaryrefslogtreecommitdiff
path: root/configure
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
parent5a8d63de11de78854d83a4218c79cb203e6b5ea0 (diff)
downloadlibpam-radius-auth-7f0335fc81f3920e0da62596682133a6b456fa14.tar.gz
libpam-radius-auth-7f0335fc81f3920e0da62596682133a6b456fa14.zip
Fix invocation of test.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a2f6799..58e9284 100755
--- a/configure
+++ b/configure
@@ -5267,7 +5267,7 @@ fi
HOSTINFO=$host
-if test "x$werror" == "xyes"; then
+if test "x$werror" = "xyes"; then
CFLAGS="-Werror $CFLAGS"
fi