[X86] Remove unnecessary AddComplexity directive. The instruction is already wrapped...
[oota-llvm.git] / autoconf / configure.ac
index fb73e51df3f053cf65217a35fd293edfdc93e310..a3cb05c44dc6b47319172d20bf628d78ab91f87f 100644 (file)
@@ -74,7 +74,7 @@ if test ${srcdir} != "." ; then
 fi
 
 dnl Quit if it is an in-source build
-if test ${srcdir} == "." ; then
+if test ${srcdir} = "." ; then
   AC_MSG_ERROR([In-source builds are not allowed. Please configure from a separate build directory!])
 fi