diff options
Diffstat (limited to 'libltdl/config.h')
-rw-r--r-- | libltdl/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libltdl/config.h b/libltdl/config.h index 195d2143..a04820a7 100644 --- a/libltdl/config.h +++ b/libltdl/config.h @@ -160,7 +160,7 @@ #define LTDL_SHLIB_EXT ".so" /* Define to the system default library search path. */ -#define LTDL_SYSSEARCHPATH "/usr/lib:/lib:/usr/local/lib:/usr/lib/qt-3.3/lib" +#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/atlas:/usr/local/lib:/lib/i486-linux-gnu:/usr/lib/i486-linux-gnu:/usr/local/lib" /* Define if dlsym() requires a leading underscore in symbol names. */ /* #undef NEED_USCORE */ |