IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10308


Ignore:
Timestamp:
Nov 29, 2006, 5:24:13 PM (20 years ago)
Author:
jhoblitt
Message:

add openssl probe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r10304 r10308  
    418418LDFLAGS=${TMP_LDFLAGS}
    419419CPPFLAGS=${TMP_CPPFLAGS}
     420
     421dnl ------- openssl ---------
     422
     423PKG_CHECK_MODULES([SSL], [openssl >= 0.9.6])
     424PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${SSL_CFLAGS}"
     425PSLIB_LIBS="${PSLIB_LIBS=} ${SSL_LIBS}"
    420426
    421427dnl ------- enable -Werror after all of the probes have run ---------
Note: See TracChangeset for help on using the changeset viewer.