summaryrefslogtreecommitdiff
blob: 157c72e554fd575ef9815135b884df92abb2a372 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure	2007-01-02 21:58:49.000000000 -0600
+++ configure	2007-01-02 21:59:16.000000000 -0600
@@ -115,7 +115,7 @@
   then
     if runcmd $CC -o testconf testconf.c -lm
     then
-      LDFLAGS="$LDFLAGS -lm"
+      LDFLAGS="-lm $LDFLAGS"
     fi
   fi
   rm -f testconf.c testconf