summaryrefslogtreecommitdiff
path: root/x11/qt2-libs/patches/patch-ad
blob: d5ebcb4568804ae9181d9f636d579814080044e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-ad,v 1.2 2001/03/28 09:27:51 skrll Exp $

--- configure.orig	Mon Mar  5 18:12:49 2001
+++ configure
@@ -17,25 +17,6 @@
     HELP=yes
 else
 
-touch .test.qt.
-if [ '!' -f ${QTDIR}/.test.qt. ];
-then
-    rm .test.qt.
-    echo
-    echo
-    echo '   The environment variable $QTDIR is not set correctly. It is currently'
-    echo '   set to "'$QTDIR'", but it should be set to this directory,'
-    echo '   which is "'`pwd`'".'
-    echo
-    echo '   Please read the INSTALL file for instructions on how to set $QTDIR'
-    echo '   correctly. If you have set $QTDIR in your .profile or .login, you '
-    echo '   will need to log out and log in again to make the setting effective.'
-    echo
-    echo
-    exit 1
-fi
-rm .test.qt.
-
 # Find a make command
 if ( make /dev/null ) >/dev/null 2>/dev/null
 then