IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2005, 12:20:10 PM (21 years ago)
Author:
drobbin
Message:

Edited makefiles to include ErrorText and libxml path for psModule

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r4549 r4816  
    118118]],[[int v=MYSQL_VERSION_ID;
    119119    if (v < 40102) {
    120         exit(1);
     120    exit(1);
    121121    } else {
    122         exit(0);
     122    exit(0);
    123123    }
    124124]])], [], [AC_MSG_ERROR([MySQL 4.1.2 or newer is required.  Obtain it at  http://www.mysql.com or use --with-mysql to specify location.])])
     
    192192dnl LDFLAGS="${LDFLAGS=} `${XML_CONFIG} --libs`"
    193193PSLIB_LIBS="${PSLIB_LIBS=} `${XML_CONFIG} --libs`"
     194PSLIB_CFLAGS="${PSLIB_CFLAGS=} `${XML_CONFIG} --cflags`"
    194195
    195196dnl ------------------- SWIG options ---------------------
Note: See TracChangeset for help on using the changeset viewer.