IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 21, 2006, 12:53:45 PM (20 years ago)
Author:
jhoblitt
Message:

test for what flags are nessicary to enable/link against pthreads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r8841 r8870  
    118118dnl Add the src directories to the include path
    119119
     120dnl Check for how to link against pthreads
     121ACX_PTHREAD([], [AC_MSG_ERROR([pthread support is required to build psLib])])
     122
     123PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${PTHREAD_CFLAGS}"
     124PSLIB_LIBS="${PSLIB_LIBS=} ${PTHREAD_LIBS}"
    120125
    121126dnl ----------------- MYSQL options --------------------
     127
    122128dnl MYSQL_LDFLAGS="-L${libdir}/mysql"
    123129dnl MYSQL_CFLAGS="-I${includedir}/mysql"
Note: See TracChangeset for help on using the changeset viewer.