[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7809) cross-compiling and openldap-thread-check.m4
- To: openldap-its@OpenLDAP.org
- Subject: (ITS#7809) cross-compiling and openldap-thread-check.m4
- From: stenn@ntp.org
- Date: Mon, 3 Mar 2014 02:09:08 GMT
- Auto-submitted: auto-generated (OpenLDAP-ITS)
Full_Name: Harlan Stenn
Version:
OS:
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (63.155.158.122)
openldap-thread-check.m4 seems to hand-code an equivalent of AC_ARG_WITH()
processing for the with_yielding_select stuff. This code has at least one typo
and at least one bug; it does not work in the case where one is
cross-compiling.
Before I go and submit a patch that would convert this macro to using
AC_ARG_WITH, I figured I should ask to see why things were done the way they
were.