diff options
author | Darrell Anderson <[email protected]> | 2012-03-07 19:31:29 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-03-07 19:31:29 -0600 |
commit | 4a9e3e14f67e172352fe81d0e6307cb3986135a9 (patch) | |
tree | 610189d1f4b0c784e38412fcc29a5118c5c83ec5 /Makefile.PL | |
parent | ef3f7081a3ad6d252841b30ef3dd9e5c767a1047 (diff) | |
download | libtqt-perl-4a9e3e14f67e172352fe81d0e6307cb3986135a9.tar.gz libtqt-perl-4a9e3e14f67e172352fe81d0e6307cb3986135a9.zip |
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 87e65b3..8f46637 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -93,10 +93,10 @@ unless ($ENV{'TQTDIR'} or grep /--with-qt-dir/, @ARGV) unshift(@ARGV, "--with-qt-dir=$res") if $res; -unless ($ENV{'KDEDIR'} or grep /--prefix/, @ARGV) +unless ($ENV{'TDEDIR'} or grep /--prefix/, @ARGV) { print "\n!!!!!!!!!!!! WARNING !!!!!!!!!!!!\n". - " Your KDEDIR environment variable is not set and you\n". + " Your TDEDIR environment variable is not set and you\n". "did not use the '--prefix=' commandline option.\n"; print "KDE-3 isn't required at all. However, if it's installed on your system,\n". "it is much better to specify it's location since PerlTQt uses (or build, if\n". |