You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/11/22 01:37:52 UTC

svn commit: r348053 - /httpd/httpd/trunk/NWGNUmakefile

Author: bnicholes
Date: Mon Nov 21 16:37:51 2005
New Revision: 348053

URL: http://svn.apache.org/viewcvs?rev=348053&view=rev
Log:
Small description change to indicate which socket library the NLM in built for

Modified:
    httpd/httpd/trunk/NWGNUmakefile

Modified: httpd/httpd/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/NWGNUmakefile?rev=348053&r1=348052&r2=348053&view=diff
==============================================================================
--- httpd/httpd/trunk/NWGNUmakefile (original)
+++ httpd/httpd/trunk/NWGNUmakefile Mon Nov 21 16:37:51 2005
@@ -119,7 +119,12 @@
 # This is used by the link '-desc ' directive. 
 # If left blank, NLM_NAME will be used.
 #
-NLM_DESCRIPTION	= Apache Web Server $(VERSION_STR)
+ifdef USE_STDSOCKETS
+VERSION_SKT = (BSDSOCK)
+else
+VERSION_SKT = (WINSOCK)
+endif
+NLM_DESCRIPTION	= Apache Web Server $(VERSION_STR) $(VERSION_SKT)
 
 #
 # This is used by the '-threadname' directive.  If left blank,