Guest User

Untitled

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. diff --git a/configure b/configure
  2. index dd0caca..bb7d99e 100755
  3. --- a/configure
  4. +++ b/configure
  5. @@ -641,7 +641,7 @@ check_ld(){
  6. test "${f}" = "${f#-l}" && flags="$flags $f" || libs="$libs $f"
  7. done
  8. check_cc $($filter_cflags $flags) || return
  9. - check_cmd $ld $LDFLAGS $flags -o $TMPE $TMPO $extralibs $libs
  10. + check_cmd $ld $LDFLAGS $flags -o $TMPE $TMPO $libs $extralibs
  11. }
  12.  
  13. check_cppflags(){
Add Comment
Please, Sign In to add comment