From 048b55618f3c4be33d690776192e087f280715b3 Mon Sep 17 00:00:00 2001 From: gdd Date: Thu, 27 Oct 2011 14:44:58 +0000 Subject: [PATCH] Fix mistake in setting LOCAL_LIBS --- adm_local/unix/config_files/check_BLSURF.m4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/adm_local/unix/config_files/check_BLSURF.m4 b/adm_local/unix/config_files/check_BLSURF.m4 index 91c1a05..e96e425 100644 --- a/adm_local/unix/config_files/check_BLSURF.m4 +++ b/adm_local/unix/config_files/check_BLSURF.m4 @@ -64,10 +64,7 @@ if test "$with_blsurf" != "no" ; then if test $(`which arch`) = x86_64 ; then LOCAL_LIBS="-L$BLSURF_HOME/lib/Linux_64" fi - LOCAL_LIBS="${LOCAL_LIBS} -lBLSurf -ldistene" - if test -f ${LOCAL_LIBS}/libPreCAD.so ; then - LOCAL_LIBS="${LOCAL_LIBS} -lPreCAD" - fi + LOCAL_LIBS="${LOCAL_LIBS} -ldistene -lBLSurf -lPreCAD" CPPFLAGS_old="$CPPFLAGS" CXXFLAGS_old="$CXXFLAGS" -- 2.39.2