Browse Source

* config.make.in (datarootdir): Add to shut up configure.

cvs/glibc-2_7-branch
Ulrich Drepper 19 years ago
parent
commit
f8f6ff5da2
  1. 2
      ChangeLog
  2. 1
      config.make.in

2
ChangeLog

@ -1,5 +1,7 @@
2007-08-25 Ulrich Drepper <drepper@redhat.com>
* config.make.in (datarootdir): Add to shut up configure.
* sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
associativity for fully-associative caches.

1
config.make.in

@ -17,6 +17,7 @@ libexecdir = @libexecdir@
rootsbindir = @libc_cv_rootsbindir@
infodir = @infodir@
includedir = @includedir@
datarootdir = @datarootdir@
# Should we use and build ldconfig?
use-ldconfig = @use_ldconfig@

Loading…
Cancel
Save