IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 12:14:40 PM (20 years ago)
Author:
eugene
Message:

adding pxerrors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/configure.ac

    r11032 r11037  
    3232
    3333CFLAGS=${TMP_CFLAGS}
     34
     35dnl --  check for psParseErrorCodes --------------------------------------
     36
     37AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing])
     38if test "$ERRORCODES" = "missing" ; then
     39  AC_MSG_ERROR([psParseErrorCodes is required])
     40fi
    3441
    3542AC_PROG_PERL_MODULES(
Note: See TracChangeset for help on using the changeset viewer.