]> hackdaworld.org Git - physik/nlsop.git/commitdiff
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 615570479b20ed0648f4d7f6a4be76ff5e21a130..3c5f599fecf1bed5ef70f5893ff47a565f3094f4 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