diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-11-17 11:13:57 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-11-17 11:13:57 +0000 |
| commit | eca6b3fd9fa4c2e1b4dbb042ef9a0921fba52238 (patch) | |
| tree | 33c5695a13a69dd1a6c9fc45628ab253c7db6818 | |
| parent | 98811098a928fc69c2aa0b4cb0f7665a5d1d78c9 (diff) | |
Library directory prefix for 64 bit builds
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7865 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 68e144451..b5e5f71bb 100644 --- a/configure.in +++ b/configure.in @@ -278,7 +278,7 @@ if test x$enable_shared = xyes; then IMGDSONAME="libfltk_images.so.$FL_API_VERSION" CAIRODSONAME="libfltk_cairo.so.$FL_API_VERSION" DSOCOMMAND="\$(CXX) \$(DSOFLAGS) -Wl,-soname,\$@ \$(LDLIBS) -shared -fPIC $DEBUGFLAG -o" - if test "x$libdir" != "x/usr/lib"; then + if test "x$libdir" != "x/usr/lib" -a "x$libdir" != "x/usr/lib64"; then DSOLINK="-Wl,-rpath,$libdir" fi ;; |
