11 lines
218 B
Diff
11 lines
218 B
Diff
--- configure.orig
|
|
+++ configure
|
|
@@ -932,7 +932,7 @@
|
|
fi
|
|
|
|
printf "checking for C compiler... "
|
|
-cccheck
|
|
+cc=$CC
|
|
if [ $? -ne 0 ] ; then
|
|
echo "not found"
|
|
echo "Please install a C compiler and re-run configure."
|