log when using the server in a build wihtout network support

This commit is contained in:
derselbst 2019-02-10 08:52:08 +01:00
parent 52cd3338ac
commit 5c4ff485c2

View file

@ -629,6 +629,8 @@ int main(int argc, char **argv)
case 's':
#ifdef NETWORK_SUPPORT
with_server = 1;
#else
printf("\nNOTE: FluidSynth compiled without network support, unable to start server!\n");
#endif
break;