diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:03:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:03:25 +0000 |
commit | b195f6bcb3127b64159d9f9a3fd287151e2dcd28 (patch) | |
tree | d698c8b4234d3b6c9edfc25c418a21de7a2ba82d /configure.in | |
parent | e138a80033905ff82025155c00405da998aa07d3 (diff) | |
download | glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.tar glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.tar.gz glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.tar.bz2 glibc-b195f6bcb3127b64159d9f9a3fd287151e2dcd28.zip |
Update.
* sysdeps/pthread/pthread.h (PTHREAD_RWLOCK_INITIALIZER): Correct
for new definition of pthread_rwlock_t.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 997cace59b..7dc7d4b560 100644 --- a/configure.in +++ b/configure.in @@ -1115,6 +1115,7 @@ if test ${old_glibc_headers} = yes; then AC_MSG_WARN(*** During \"make install\" old headers from glibc 2.0.x will) AC_MSG_WARN(*** be removed.) fi +AC_SUBST(old_glibc_headers) AC_SUBST(libc_cv_slibdir) AC_SUBST(libc_cv_sysconfdir) |