You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
311 B

  1. --- a/Configure
  2. +++ b/Configure
  3. @@ -2850,6 +2850,9 @@ LOCKF_OWNER4
  4. if test "X$LSOF_CC" = "X" # {
  5. then
  6. LSOF_CC=cc
  7. + fi # }
  8. + if test "X$LSOF_CCV" = "X" # {
  9. + then
  10. LSOF_CCV=`$LSOF_CC -v 2>&1 | sed -n 's/.*version \(.*\)/\1/p'`
  11. fi # }
  12. if test "X$LINUX_CONF_CC" = "X" # {