diff options
author | Andi Gutmans <andi@php.net> | 2000-09-02 15:24:18 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-02 15:24:18 +0000 |
commit | 5f3d93592049e97cc60465d068c0dad66d1cc8fc (patch) | |
tree | 332af1f245a9a143d209c8682578b59c18bde474 /TSRM/tsrm.m4 | |
parent | a8656beb34cf29c37743aaa6bae9ac19ee291821 (diff) | |
download | php-git-5f3d93592049e97cc60465d068c0dad66d1cc8fc.tar.gz |
- Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check
for threads
Diffstat (limited to 'TSRM/tsrm.m4')
-rw-r--r-- | TSRM/tsrm.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm.m4 b/TSRM/tsrm.m4 index 3f64ebf803..73a67ba7c8 100644 --- a/TSRM/tsrm.m4 +++ b/TSRM/tsrm.m4 @@ -68,7 +68,7 @@ AC_MSG_RESULT(yes) ]) -AC_DEFUN(TSRM_OTHER_CHECKS,[ +AC_DEFUN(TSRM_THREADS_CHECKS,[ dnl For the thread implementations, we always use --with-* dnl to maintain consistency |