Check-in Number:
|
1709 | |
Date: |
2002-Jan-30 14:15:50 (local)
2002-Jan-30 13:15:50 (UTC) |
User: | rse |
Branch: | |
Comment: |
Ops, forgot to commit the OSSP ex Autoconf part |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/configure.ac 1.1 -> 1.2
--- configure.ac 2002/01/30 12:54:22 1.1
+++ configure.ac 2002/01/30 13:15:50 1.2
@@ -574,6 +574,9 @@
AC_SUBST(UNINSTALL_PTHREAD)
AC_SUBST(TEST_PTHREAD)
+dnl # whether to build against OSSP ex library
+AC_CHECK_EXTLIB(OSSP ex, ex, __ex_ctx, ex.h, AC_DEFINE(PTH_EX))
+
dnl # whether to build against Sfio library
PTH_EXT_SFIO=0
AC_CHECK_EXTLIB(Sfio, sfio, sfdisc, sfio.h, PTH_EXT_SFIO=1)
|
|