From: rahuel Date: Wed, 14 Jun 2006 15:57:35 +0000 (+0000) Subject: lib64 on -' bits machines X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a9f345ab32cbe27e46e826e3af547699984c1739;p=modules%2Fkernel.git lib64 on -' bits machines --- diff --git a/salome_adm/unix/config_files/check_qt.m4 b/salome_adm/unix/config_files/check_qt.m4 index ab5348319..fdc51a98b 100644 --- a/salome_adm/unix/config_files/check_qt.m4 +++ b/salome_adm/unix/config_files/check_qt.m4 @@ -123,7 +123,7 @@ then then LIBS="$LIBS -lqt-mt $OGL_LIBS" else - LIBS="$LIBS -L$QTDIR/lib${LIB_LOCATION_SUFFIX} -lqt-mt $OGL_LIBS" + LIBS="$LIBS -L$QTDIR/lib -lqt-mt $OGL_LIBS" fi CXXFLAGS_old=$CXXFLAGS @@ -151,8 +151,8 @@ then QT_LIBS=" -lqt-mt" QT_MT_LIBS=" -lqt-mt" else - QT_LIBS="-L$QTDIR/lib${LIB_LOCATION_SUFFIX} -lqt-mt" - QT_MT_LIBS="-L$QTDIR/lib${LIB_LOCATION_SUFFIX} -lqt-mt" + QT_LIBS="-L$QTDIR/lib -lqt-mt" + QT_MT_LIBS="-L$QTDIR/lib -lqt-mt" fi fi