Commit Diff


commit - c07fdf4003bebc791558b665b2d2c653e86d5bb8
commit + 9722dd8997021095f1f715ae6e1fd9190fe89a90
blob - 54d89744ed6dc62d3a6774eb593141c685fd7eb6
blob + cddc562c04882a082cfa5a3ee42667903e32b805
--- msearchd/configure
+++ msearchd/configure
@@ -151,7 +151,6 @@ runtest unveil		UNVEIL					|| true
 runtest vasprintf	VASPRINTF -D_GNU_SOURCE			|| true
 
 if [ "$HAVE_IMSG" -eq 0 ]; then
-	echo do not have imsg, $HAVE_IMSG
 	CFLAGS="-I compat/imsg ${CFLAGS}"
 	COMPATS="compat/imsg/imsg.c compat/imsg/imsg-buffer.c $COMPATS"
 fi