Kaydet (Commit) 72bac9ba authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

ENABLE_RPATH and LINKFLAGSRUNPATH are not used

üst d5f31a60
...@@ -3366,18 +3366,6 @@ else ...@@ -3366,18 +3366,6 @@ else
fi fi
AC_SUBST(ENABLE_UGLY) AC_SUBST(ENABLE_UGLY)
dnl ===================================================================
dnl Disable rpath in shared libraries?
dnl ===================================================================
AC_MSG_CHECKING([whether to use RPATH in shared libraries])
if test "$enable_rpath" = "no"; then
ENABLE_RPATH="no"
else
ENABLE_RPATH="yes"
fi
AC_MSG_RESULT([$ENABLE_RPATH])
AC_SUBST(ENABLE_RPATH)
dnl Test whether to include MySpell dictionaries dnl Test whether to include MySpell dictionaries
dnl =================================================================== dnl ===================================================================
AC_MSG_CHECKING([whether to include MySpell dictionaries]) AC_MSG_CHECKING([whether to include MySpell dictionaries])
......
...@@ -615,9 +615,6 @@ else ...@@ -615,9 +615,6 @@ else
ToFile( "PATH_FOR_BUILD", $PATH, "e" ); ToFile( "PATH_FOR_BUILD", $PATH, "e" );
} }
ToFile( "CXX", $CXX, "e" ); ToFile( "CXX", $CXX, "e" );
if ( '@ENABLE_RPATH@' eq "no" ) {
ToFile( "LINKFLAGSRUNPATH",'', "e" );
}
ToFile( "GXX_INCLUDE_PATH", PathFormat("@GXX_INCLUDE_PATH@"), "e" ); ToFile( "GXX_INCLUDE_PATH", PathFormat("@GXX_INCLUDE_PATH@"), "e" );
ToFile( "COMMON_BUILD_TOOLS",$COMMON_BUILD_TOOLS, "e" ); ToFile( "COMMON_BUILD_TOOLS",$COMMON_BUILD_TOOLS, "e" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment