[Scummvm-devel] moving -lm from LDFLAGS to LIBS

Max Horn max at quendi.de
Sun Jul 4 23:50:51 CEST 2010


Am 03.07.2010 um 09:21 schrieb Angus Lees:

> I'm about to do this to ./configure.  Does anyone have a particular reason to have -lm in LDFLAGS rather than LIBS?

I don't see any reason, LIBS seems more logical. Since nobody complained yet, go ahead!

Bye,
Max

> 
> @@ -1987,7 +1987,7 @@
>  cat > $TMPC << EOF
>  int main(void) { return 0; }
>  EOF
> -cc_check -lm && LDFLAGS="$LDFLAGS -lm"
> +cc_check -lm && LIBS="$LIBS -lm"
>  
>  #
>  # Check for Ogg Vorbis
> @@ -2490,12 +2490,36 @@
> 
>  - Gus
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first_______________________________________________
> Scummvm-devel mailing list
> Scummvm-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scummvm-devel





More information about the Scummvm-devel mailing list