added -lm to Makefile generation, though this is not needed as of optimization! %)
[physik/nlsop.git] / configure
index 6155704..3c5f599 100755 (executable)
--- a/configure
+++ b/configure
@@ -86,7 +86,7 @@ else
 
 cat >> Makefile << EOF
 CFLAGS = -DDEBUG -DNODFB -O3 -Wall
-LIBS =
+LIBS = -lm
 
 OBJS = random.o
 EOF