mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
bash(1) doesn't like empty if statements
This commit is contained in:
parent
7ae5aa69a7
commit
8ffd286942
@ -50,7 +50,10 @@
|
||||
/* define if you have POSIX Threads */
|
||||
#undef HAVE_PTHREADS
|
||||
|
||||
/* define if your POSIX Threads implementatin is circa Draft 4 */
|
||||
/* define if your POSIX Threads implementation is circa Final Draft */
|
||||
#undef HAVE_PTHREADS_FINAL
|
||||
|
||||
/* define if your POSIX Threads implementation is circa Draft 4 */
|
||||
#undef HAVE_PTHREADS_D4
|
||||
|
||||
/* define if you have -lwrap */
|
||||
|
@ -271,7 +271,7 @@ if test $ol_with_threads = auto -o $ol_with_threads = posix ; then
|
||||
OL_POSIX_THREAD_VERSION
|
||||
|
||||
if test $ol_cv_pthread_version = final ; then
|
||||
dnl AC_DEFINE(HAVE_PTHREADS_FINAL)
|
||||
AC_DEFINE(HAVE_PTHREADS_FINAL)
|
||||
elif test $ol_cv_pthread_version = draft4 ; then
|
||||
AC_DEFINE(HAVE_PTHREADS_D4)
|
||||
else
|
||||
|
@ -149,7 +149,10 @@ is provided ``as is'' without express or implied warranty.
|
||||
/* define if you have POSIX Threads */
|
||||
#undef HAVE_PTHREADS
|
||||
|
||||
/* define if your POSIX Threads implementatin is circa Draft 4 */
|
||||
/* define if your POSIX Threads implementation is circa Final Draft */
|
||||
#undef HAVE_PTHREADS_FINAL
|
||||
|
||||
/* define if your POSIX Threads implementation is circa Draft 4 */
|
||||
#undef HAVE_PTHREADS_D4
|
||||
|
||||
/* define if you have -lwrap */
|
||||
|
Loading…
Reference in New Issue
Block a user