]> Dogcows Code - chaz/yoink/blobdiff - configure.ac
configure typo fix
[chaz/yoink] / configure.ac
index a35b3a4879e7187b698f1fe411686bed5f20f46b..dec252086451811915082f2cef66e2b530405dd9 100644 (file)
@@ -316,9 +316,9 @@ then
 fi
 
 
-if test x$missing == xyes
+if test x$missing = xyes
 then
-       AC_MSG_WARN([It looks like you're missing some dependencies--building may fail!])
+       AC_MSG_ERROR([Please resolve the missing dependencies, and try again.])
 fi
 
 
@@ -343,12 +343,6 @@ AC_CONFIG_FILES([Makefile
                                 doc/yoink.6
                                 src/Makefile])
 
-if test x$WIN32 = xyes
-then
-       AC_CONFIG_FILES([win32/Makefile win32/mkpackage.sh win32/yoink.nsi])
-fi
-
-
 AC_CONFIG_HEADERS([src/config.h])
 
 AC_OUTPUT
This page took 0.018005 seconds and 4 git commands to generate.