]> Dogcows Code - chaz/yoink/blobdiff - configure
better gcc support in compile.lua
[chaz/yoink] / configure
index 5e691c171eacb6b4b11a9f02aba5e4285de63638..f69a93a81dec0b0720222cbd878ee13b1fd6d52d 100755 (executable)
--- a/configure
+++ b/configure
@@ -40,7 +40,7 @@ Program options:
       --enable-threads    use threads for concurrency
       --enable-hotloading watch assets for automatic reloading
 
-      --with-gtk          use gtk2 toolkit (overrides --with-qt4)
+      --with-gtk          use the gtk2 toolkit (overrides --with-qt4)
       --with-qt4          use the qt4 gui toolkit
 ]])
 end
@@ -263,7 +263,8 @@ int main()
 {
        printf("Hello world!\n");
        return 0;
-}]])
+}
+]])
        tmpfile:close()
 
        function extra() if not cross_compile then return "gcc", "cc" end end
@@ -291,7 +292,8 @@ int main()
 {
        std::cout << "Hello world!" << std::endl;
        return 0;
-}]])
+}
+]])
        tmpfile:close()
 
        function extra() if not cross_compile then return "g++", "c++" end end
This page took 0.017761 seconds and 4 git commands to generate.