(file) Return to config.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config.mak between version 1.167.4.1.4.2 and 1.170

version 1.167.4.1.4.2, 2008/08/06 21:06:48 version 1.170, 2008/06/05 17:33:02
Line 900 
Line 900 
 # #
  
 ifdef PEGASUS_USE_OPENSLP ifdef PEGASUS_USE_OPENSLP
   ifeq ($(PEGASUS_USE_OPENSLP),true)  
     ifeq ($(PEGASUS_ENABLE_SLP),true)     ifeq ($(PEGASUS_ENABLE_SLP),true)
       DEFINES += -DPEGASUS_USE_OPENSLP       DEFINES += -DPEGASUS_USE_OPENSLP
     else     else
       $(error PEGASUS_USE_OPENSLP defined but PEGASUS_ENABLE_SLP is not true. Please correct this inconsistency)       $(error PEGASUS_USE_OPENSLP defined but PEGASUS_ENABLE_SLP is not true. Please correct this inconsistency)
     endif     endif
   else  
     ifneq ($(PEGASUS_USE_OPENSLP), false)  
       $(error PEGASUS_USE_OPENSLP \  
             ($(PEGASUS_USE_OPENSLP)) \  
             invalid, must be true or false)  
     endif  
   endif  
 endif endif
  
 # PEP 267 # PEP 267


Legend:
Removed from v.1.167.4.1.4.2  
changed lines
  Added in v.1.170

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2