IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2006, 5:31:22 PM (20 years ago)
Author:
Paul Price
Message:

Removing libjpeg check, since that's now in pslib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/configure.ac

    r7019 r7384  
    4949
    5050SRCPATH='${top_srcdir}/src'
    51 SRCDIRS="pslib config concepts camera astrom detrend imcombine objects"
     51SRCDIRS="config concepts camera astrom detrend imcombine objects"
    5252# escape two escapes at this level so \\ gets passed to the shell and \ to perl
    5353SRCINC=`echo "${SRCDIRS=}" | ${PERL} -pe "s|(\w+)|-I\\\\${SRCPATH=}/\1|g"`
     
    8080AC_CHECK_PROG([doxygen], [doxygen], [true], [false])
    8181AM_CONDITIONAL(DOXYGEN, test x$doxygen = xtrue)
    82 
    83 dnl libjpeg -------------------------------------------------------------------
    84 
    85 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])
    8682
    8783dnl pslib ---------------------------------------------------------------------
     
    120116  src/imcombine/Makefile
    121117  src/objects/Makefile
    122   src/pslib/Makefile
    123118  test/Makefile
    124119  test/astrom/Makefile
     
    129124  test/imcombine/Makefile
    130125  test/objects/Makefile
    131   test/pslib/Makefile
    132126  Doxyfile
    133127  psmodule-config
Note: See TracChangeset for help on using the changeset viewer.