12 lines
281 B
Diff
12 lines
281 B
Diff
|
--- a/configure
|
||
|
+++ b/configure
|
||
|
@@ -19,7 +19,7 @@
|
||
|
support/configure $*
|
||
|
else
|
||
|
echo "retrieving the system name, type and OS release..."
|
||
|
- rev=`support/config.guess`
|
||
|
+ rev=build
|
||
|
if test "${rev}" # test for no output
|
||
|
then
|
||
|
echo " your system seems to be ${rev}."
|