Small change to all presetting end libs.

This commit is contained in:
Harry Moffat 2004-01-30 18:27:24 +00:00
parent 9ff04adb41
commit 8d4f9c9c11

2
configure vendored
View file

@ -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.