updates
[silc.git] / configure.in.pre
index cafa3437e81b13600f76e00f0f283e6fe547c0ee..a9044806d458ccba531b2f9664e1af77425d9b59 100644 (file)
@@ -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."
+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