systems: web: Re-enable co-op repl with simple http server
[8sync.git] / configure.ac
index 301321f8ef59f710f837cedf8f1c65dbb78a2008..6a4ff01aa5a6d55b988ca0ce03e9979608f6f240 100644 (file)
@@ -4,6 +4,10 @@ PKG_CHECK_MODULES([GUILE], [guile-2.0])
 
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
+m4_ifdef([GUILE_PROGS],
+         [],
+         [AC_ERROR(could not locate guile aclocal macros)])
+
 GUILE_PROGS
 
 AC_CONFIG_FILES([Makefile])