Author: kornel
Date: Sat May 21 16:15:55 2011
New Revision: 38805
URL: http://www.lyx.org/trac/changeset/38805
Log:
Revert the not needed part for 'Run in place', as it was already done
Modified:
lyx-devel/trunk/src/support/Package.cpp
Modified: lyx-devel/trunk/src/support/Package.cpp
==============================================================================
--- lyx-devel/trunk/src/support/Package.cpp Sat May 21 15:48:45 2011
(r38804)
+++ lyx-devel/trunk/src/support/Package.cpp Sat May 21 16:15:55 2011
(r38805)
@@ -573,19 +573,6 @@
if (!fileSearch(path.absFileName(), chkconfig_ltx).empty())
return path;
-#if defined(LYX_ABS_TOP_SRCDIR)
- {
- string const dir = fix_dir_name(LYX_ABS_TOP_SRCDIR);
- path = makeAbsPath(dir);
- FileName path2(addPath(path.absFileName(), "lib"));
- searched_dirs.push_back(path2);
- FileName const abs_path = fileSearch(path2.absFileName(),
chkconfig_ltx);
- if (! abs_path.empty()) {
- return path2;
- }
- }
-
-#endif
// Everything has failed :-(
// So inform the user and exit.
string searched_dirs_str;