Changeset 9637
- Timestamp:
- Oct 18, 2006, 12:33:32 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r9158 r9637 99 99 100 100 dnl Check for how to link against pthreads 101 ACX_PTHREAD([], [AC_MSG_ERROR([pthread support is required to build psLib])]) 101 dnl RHEL 4.0 was upset about the first arg to ACX_PTHREAD being NULL ([]) so 102 dnl we've added in a worthless message to keep it happy 103 ACX_PTHREAD( 104 [AC_MSG_RESULT([pthread support is avaiable])], 105 [AC_MSG_ERROR([pthread support is required to build psLib])] 106 ) 102 107 103 108 PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${PTHREAD_CFLAGS}"
Note:
See TracChangeset
for help on using the changeset viewer.
