X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure;h=f69a93a81dec0b0720222cbd878ee13b1fd6d52d;hp=5e691c171eacb6b4b11a9f02aba5e4285de63638;hb=f6d0b86430cc515164b298046542f80f42a29c65;hpb=bd62b2e6a6e5f1af5a635df3ff1a07f363d9ffe0 diff --git a/configure b/configure index 5e691c1..f69a93a 100755 --- 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