IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 5:27:25 PM (21 years ago)
Author:
Paul Price
Message:

Removing autoheader from operation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/configure.ac

    r6144 r6146  
    2424)
    2525
     26AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])
    2627PKG_CHECK_MODULES(PSLIB, pslib >= 0.9.0)
    2728PKG_CHECK_MODULES(PSMODULE, psmodule >= 0.0.0)
    28 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])])
    2929
    3030dnl Set CFLAGS for build
     31CFLAGS="${CFLAGS}"
    3132psphot_CFLAGS="-Wall -Werror -std=c99"
    3233AC_SUBST([psphot_CFLAGS])
Note: See TracChangeset for help on using the changeset viewer.