From 705fbbaf9a8064c034d23119e912da028af7fac7 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 17 Mar 2010 00:14:16 -0600 Subject: [PATCH] configure typo fix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0