diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-25 22:25:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-25 22:25:32 +0000 |
commit | f8f6ff5da297a014ea2b09d1e6223fadd5fff76e (patch) | |
tree | d7d5b5cf58c62e37ec8f53a335a2841be5059f31 /config.make.in | |
parent | 76fca9f14a5fac1ab7a7b51e9bdff062fc364576 (diff) | |
download | glibc-f8f6ff5da297a014ea2b09d1e6223fadd5fff76e.tar glibc-f8f6ff5da297a014ea2b09d1e6223fadd5fff76e.tar.gz glibc-f8f6ff5da297a014ea2b09d1e6223fadd5fff76e.tar.bz2 glibc-f8f6ff5da297a014ea2b09d1e6223fadd5fff76e.zip |
* config.make.in (datarootdir): Add to shut up configure.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 836f613135..3fd0abc65c 100644 --- a/config.make.in +++ b/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@ |