IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2833 for trunk/Ohana/configure


Ignore:
Timestamp:
Dec 27, 2004, 2:30:56 PM (22 years ago)
Author:
eugene
Message:

mods to makefiles to fix solaris compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure

    r2775 r2833  
    1111# libpng.a
    1212# libjpeg.a
     13# libz.a
    1314# libreadline.a
    1415# libtermcap.a
     
    8485# check for basic libraries
    8586set fail = 0
    86 foreach f ( libpng.a libjpeg.a libreadline.a libtermcap.a $sockets )
     87foreach f ( libpng.a libz.a libjpeg.a libreadline.a libtermcap.a $sockets )
    8788    foreach g ( /usr/lib $lib )
    8889        set name = "$g/$f"
Note: See TracChangeset for help on using the changeset viewer.