From 580ca83f5f52e7ac66638448d80f68631f0683bf Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 9 Aug 2000 09:10:26 +0000 Subject: * configure.in: Add `-lm' when checking for libgd. * malloc/Makefile ($(objpfx)memusagestat): Add `-lm' during linking. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 <