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:40:47 UTC

svn commit: r348055 - /httpd/httpd/branches/2.2.x/NWGNUmakefile

Author: bnicholes
Date: Mon Nov 21 16:40:46 2005
New Revision: 348055

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

Modified:
    httpd/httpd/branches/2.2.x/NWGNUmakefile

Modified: httpd/httpd/branches/2.2.x/NWGNUmakefile
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/NWGNUmakefile?rev=348055&r1=348054&r2=348055&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/NWGNUmakefile Mon Nov 21 16:40:46 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,