Skip to content

Commit 2d2c695

Browse files
committed
build: Drop unused CC variable
1 parent 1810fcb commit 2d2c695

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ if test "x$use_ccache" != "xno"; then
119119
fi
120120
else
121121
use_ccache=yes
122-
CC="$ac_cv_path_CCACHE $CC"
123122
CXX="$ac_cv_path_CCACHE $CXX"
124123
fi
125124
AC_MSG_RESULT($use_ccache)

0 commit comments

Comments
 (0)