From 8d4f9c9c11d4d5e71b45d700f43cbcd04b4ff1e3 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 30 Jan 2004 18:27:24 +0000 Subject: [PATCH] Small change to all presetting end libs. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c08baab92..289a648ee 100755 --- a/configure +++ b/configure @@ -182,7 +182,7 @@ CXXFLAGS=${CXXFLAGS:="-O2 -Wall"} #LCXX_FLAGS= # Ending libraries to tack onto the linking of all C++ programs -LCXX_END_LIBS="-lm" +LCXX_END_LIBS=${LCXX_END_LIBS:="-lm"} # the compiler flag to use to compile code that will be inserted into shared # libraries.