summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-09-04 19:14:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-09-04 19:14:10 (GMT)
commit12ea1b8460a1484b87ba2a4182a94cace98aedf8 (patch)
tree9eaad18e2e95d04758839bfe77adefaaa1695f7d /src/config.l
parent5b0de0b4249965d3ae2ca3e67f40ef810e0a9598 (diff)
downloadDoxygen-12ea1b8460a1484b87ba2a4182a94cace98aedf8.zip
Doxygen-12ea1b8460a1484b87ba2a4182a94cace98aedf8.tar.gz
Doxygen-12ea1b8460a1484b87ba2a4182a94cace98aedf8.tar.bz2
Release-1.3.3-20030904
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l64
1 files changed, 32 insertions, 32 deletions
diff --git a/src/config.l b/src/config.l
index f07ba8a..b42f20d 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1175,38 +1175,38 @@ void Config::check()
// }
//
// }
- // check perl path
- bool found=FALSE;
- QCString &perlPath = Config_getString("PERL_PATH");
- if (perlPath.isEmpty())
- {
- QFileInfo fi;
- fi.setFile("/usr/bin/perl");
- if (fi.exists())
- {
- perlPath="/usr/bin/perl";
- found=TRUE;
- }
- else
- {
- fi.setFile("/usr/local/bin/perl");
- if (fi.exists())
- {
- perlPath="/usr/local/bin/perl";
- found=TRUE;
- }
- }
- }
- if (!found)
- {
- QFileInfo fi(perlPath);
- if (!fi.exists())
- {
- config_warn("Warning: tag PERL_PATH: perl interpreter not found at default or"
- "user specified (%s) location\n",
- perlPath.data());
- }
- }
+// // check perl path
+// bool found=FALSE;
+// QCString &perlPath = Config_getString("PERL_PATH");
+// if (perlPath.isEmpty())
+// {
+// QFileInfo fi;
+// fi.setFile("/usr/bin/perl");
+// if (fi.exists())
+// {
+// perlPath="/usr/bin/perl";
+// found=TRUE;
+// }
+// else
+// {
+// fi.setFile("/usr/local/bin/perl");
+// if (fi.exists())
+// {
+// perlPath="/usr/local/bin/perl";
+// found=TRUE;
+// }
+// }
+// }
+// if (!found)
+// {
+// QFileInfo fi(perlPath);
+// if (!fi.exists())
+// {
+// config_warn("Warning: tag PERL_PATH: perl interpreter not found at default or"
+// "user specified (%s) location\n",
+// perlPath.data());
+// }
+// }
#undef PUTENV
#undef SEP