IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2007, 12:06:18 PM (19 years ago)
Author:
jhoblitt
Message:

move SQL out of regtool into separate data files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/configure.ac

    r12059 r12086  
    4747fi
    4848
     49dnl check for perl
     50AC_PATH_PROG([PERL], [perl], [missing])
     51if test "$PERL" = "missing" ; then
     52  AC_MSG_ERROR([perl is required])
     53fi
     54
    4955IPP_STDOPTS
    5056CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
Note: See TracChangeset for help on using the changeset viewer.