added -lm to Makefile generation, though this is not needed as of optimization! %)
authorhackbard <hackbard>
Fri, 10 Oct 2003 09:13:36 +0000 (09:13 +0000)
committerhackbard <hackbard>
Fri, 10 Oct 2003 09:13:36 +0000 (09:13 +0000)
configure

index 6155704..3c5f599 100755 (executable)
--- a/configure
+++ b/configure
@@ -86,7 +86,7 @@ else
 
 cat >> Makefile << EOF
 CFLAGS = -DDEBUG -DNODFB -O3 -Wall
 
 cat >> Makefile << EOF
 CFLAGS = -DDEBUG -DNODFB -O3 -Wall
-LIBS =
+LIBS = -lm
 
 OBJS = random.o
 EOF
 
 OBJS = random.o
 EOF