From: Charles McGarvey Date: Wed, 17 Mar 2010 06:14:16 +0000 (-0600) Subject: configure typo fix X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=commitdiff_plain;h=705fbbaf9a8064c034d23119e912da028af7fac7 configure typo fix --- diff --git a/configure.ac b/configure.ac index d3d55ae..dec2520 100644 --- a/configure.ac +++ b/configure.ac @@ -316,7 +316,7 @@ then fi -if test x$missing == xyes +if test x$missing = xyes then AC_MSG_ERROR([Please resolve the missing dependencies, and try again.]) fi