X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=configure.in.pre;h=a9044806d458ccba531b2f9664e1af77425d9b59;hp=0812847a7403d01a165d3db73dddc4d5b835beea;hb=e3e9affa17c8914bf936fcbebf7229e6b85a49b9;hpb=669053f2cf4cccec5c60207a2fbe72be47778df3 diff --git a/configure.in.pre b/configure.in.pre index 0812847a..a9044806 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -1069,4 +1069,8 @@ echo " Multi-threads support .........: $threads" echo " Debugging enabled .............: $summary_debug" echo " Stack-trace enabled ...........: $summary_stacktrace" echo "" -echo "Compile the sources with 'make' or 'gmake' command. (GNU make is required)" +if test "x$silc_dist" = "xsilc-client"; then + echo "Compile the sources with 'make' or 'gmake' command (GNU make is required)." +else + echo "Compile the sources with 'make' or 'gmake' command." +fi