summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2009-02-13 21:58:04 -0800
committerDustin Sallings <dustin@spy.net>2009-02-13 21:59:51 -0800
commit6ea8f57b708e2608027491a983f0c5ea8ccc3208 (patch)
tree2359c1bdf1cec494d61804d6bce6fad29b30601c /configure.ac
parentff8122ce7b80d770eea56f364ba99d7477152fd8 (diff)
downloadmemcached-6ea8f57b708e2608027491a983f0c5ea8ccc3208.tar.gz
Fix shell bug in configure.
This is wrong, but only seemed to break on FreeBSD 7. The machine I run memcached on that's FreeBSD 7 happened to have spent most of the day offline today.
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 a35d158..6d41070 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AC_DEFUN([DETECT_ICC],
DETECT_ICC([], [])
-if test "$ICC" == "no"; then
+if test "$ICC" = "no"; then
AC_PROG_CC_C99
fi