From 3c208cf148c5b44e0c6612f0d8b8afe746d4cf3b Mon Sep 17 00:00:00 2001 From: sebc Date: Sat, 17 Feb 2001 20:21:50 +0000 Subject: [PATCH] [project @ 2001-02-17 20:21:50 by sebc] The LIBM variable was between two Readline related variables. Cleaned up. --- mk/config.mk.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index b3f63e9..fdc8fdb 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -290,14 +290,14 @@ GhcLibsWithReadline=@HaveReadlineHeaders@ # Libraries needed for linking with readline LibsReadline=@LibsReadline@ -# Math library -LIBM=@LIBM@ - # Include path to readline.h # (no path == in standard include path) # ReadlineIncludePath= +# Math library +LIBM=@LIBM@ + # Build the Haskell OpenGL/GLUT binding? # GhcLibsWithHOpenGL=@GhcLibsWithHOpenGL@ -- 1.7.10.4