blob: 7225d50352c1b6af87961f45f218035b642066bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- configure Mon Aug 7 19:31:32 2000
+++ configure.new Mon Aug 7 22:25:11 2000
@@ -49,6 +49,7 @@
MODULES=`$MAKE -f src/Makefile.in listallmodules`
# Free edition - may only be used under the terms of the QPL.
+if false; then
if [ -f LICENSE.QPL ]
then
Licensee=you
@@ -164,6 +165,7 @@
echo
exit 0
fi
+fi
fi
# Remove the build options file
|