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.

14 lines
376 B

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