diff --git a/configure b/configure index 1f1e218..0eaa3e9 100755 --- a/configure +++ b/configure @@ -88,14 +88,13 @@ if $feat_vulkan; then FLAGS="$FLAGS -Dbuild_vulkan" fi -printf "Generating Makefile... " +echo "Generating Makefile... " if ! m4 $FLAGS Makefile.m4 > Makefile; then echo "(M4 exited with non-zero status)" rm -f Makefile exit 1 fi -echo "Done" echo "Features:" echo " stb_image : $feat_stb_image" diff --git a/m4/ostype/Linux.m4 b/m4/ostype/Linux.m4 new file mode 100644 index 0000000..efbc50b --- /dev/null +++ b/m4/ostype/Linux.m4 @@ -0,0 +1,2 @@ +dnl $Id$ +define([use_x11])dnl