diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-04 04:37:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-04 04:37:58 +0000 |
commit | c8f3e6db60f54ef53c5b68fcc4cbe060fff41741 (patch) | |
tree | 946a6cea3e52c9f2d8a5a788cb7633cb9ccccc43 /config.make.in | |
parent | fcb594165e6433e6533dc4bda5eb319bcb59d465 (diff) | |
download | glibc-c8f3e6db60f54ef53c5b68fcc4cbe060fff41741.tar.gz |
Update.
1999-10-03 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Accept --with-gd option and set all libgd-LDFLAGS,
CFLAGS-memprofstat.c, and LIBGD variables.
* config.make.in: Add LIBGD.
* malloc/Makefile: Add rules to generate libmemprof.so and
memprofstat.
* malloc/memprof.c: New file.
* malloc/memprofstat.c: New file.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index f24ffdaaad..4ba8143f4d 100644 --- a/config.make.in +++ b/config.make.in @@ -86,4 +86,7 @@ KSH = @KSH@ AWK = @AWK@ PERL = @PERL@ +# Additional libraries. +LIBGD = @LIBGD@ + # More variables may be inserted below by configure. |