diff options
author | Andreas Schwab <schwab@suse.de> | 2000-08-09 09:10:26 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2000-08-09 09:10:26 +0000 |
commit | 580ca83f5f52e7ac66638448d80f68631f0683bf (patch) | |
tree | cbe907df2ad87dafa47311cbcab42a9513ceed75 /configure | |
parent | 2bbc70d5da0ea7dc46ee4a3e87566d2cc18ff995 (diff) | |
download | glibc-580ca83f5f52e7ac66638448d80f68631f0683bf.tar.gz glibc-580ca83f5f52e7ac66638448d80f68631f0683bf.tar.xz glibc-580ca83f5f52e7ac66638448d80f68631f0683bf.zip |
* configure.in: Add `-lm' when checking for libgd. * malloc/Makefile ($(objpfx)memusagestat): Add `-lm' during linking.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index a9cea952e6..af45f4f2e7 100755 --- a/configure +++ b/configure @@ -3147,7 +3147,7 @@ CFLAGS="$CFLAGS $libgd_include" old_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $libgd_ldflags" old_LIBS="$LIBS" -LIBS="$LIBS -lgd -lpng -lz" +LIBS="$LIBS -lgd -lpng -lz -lm" cat > conftest.$ac_ext <<EOF #line 3153 "configure" #include "confdefs.h" |