Skip to content

Commit

Permalink
Fix shell bug in configure.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dustin committed Feb 14, 2009
1 parent ff8122c commit 6ea8f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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

Expand Down

0 comments on commit 6ea8f57

Please sign in to comment.