Changeset 20299

Show
Ignore:
Timestamp:
06/09/07 09:40:10 (1 year ago)
Author:
patrick
Message:

With Solaris 10, we do not have to use NSPR. Yay!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/configure.ac

    r20298 r20299  
    247247        AC_DEFINE(VPR_OS_DUX, , [Define if building on Digital UNIX.]) 
    248248        ;; 
    249     # A machine running Solaris (aka SunOS).  Currently only i386 is known 
     249    # A machine running Solaris (aka SunOS) 10.  Currently only i386 is known 
    250250    # to work. 
     251    solaris2.10) 
     252        VPR_FORCE_SUBSYSTEM([POSIX]) 
     253        AC_DEFINE(VPR_OS_Solaris, , [Define if building on Solaris/SunOS.]) 
     254        ;; 
     255    # A machine running Solaris (aka SunOS) older than version 10 (2.10/5.10). 
     256    # Currently only i386 is known to work. 
    251257    solaris*) 
    252258        VPR_FORCE_SUBSYSTEM([NSPR])