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