]> Dogcows Code - chaz/yoink/commitdiff
configure typo fix
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 17 Mar 2010 06:14:16 +0000 (00:14 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 17 Mar 2010 06:14:16 +0000 (00:14 -0600)
configure.ac

index d3d55aedbf694a237b489e60647be74a316a568b..dec252086451811915082f2cef66e2b530405dd9 100644 (file)
@@ -316,7 +316,7 @@ then
 fi
 
 
 fi
 
 
-if test x$missing == xyes
+if test x$missing = xyes
 then
        AC_MSG_ERROR([Please resolve the missing dependencies, and try again.])
 fi
 then
        AC_MSG_ERROR([Please resolve the missing dependencies, and try again.])
 fi
This page took 0.023333 seconds and 4 git commands to generate.