IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7607


Ignore:
Timestamp:
Jun 21, 2006, 7:39:09 AM (20 years ago)
Author:
rhl
Message:

Another change in the long quest to fix building without libjpeg installed in a standard place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r7464 r7607  
    269269LDFLAGS="${TMP_LDFLAGS} ${JPEG_LDFLAGS}"
    270270
    271 AC_CHECK_HEADERS([jpeglib.h],[PSLIB_CFLAGS="$PSLIB_CFLAGS $JPEG_CFLAGS"],
     271AC_CHECK_HEADERS([jpeglib.h],[PSLIB_CFLAGS="$PSLIB_CFLAGS $JPEG_CFLAGS"
     272                              AC_SUBST(JPEG_CFLAGS)],
    272273  [AC_MSG_ERROR([libjpeg headers not found.  Obtain libjpeg from http://www.ijg.org/ or use --with-jpeg to specify location.])]
    273274)
Note: See TracChangeset for help on using the changeset viewer.