Kaydet (Commit) 0a67aa3e authored tarafından Caolán McNamara's avatar Caolán McNamara

cmcfixes69: #i107566# make prelink and libgcc_s tests Linux-only

üst cc594ee2
...@@ -3583,7 +3583,7 @@ AC_SUBST(BUILD_QADEVOOO) ...@@ -3583,7 +3583,7 @@ AC_SUBST(BUILD_QADEVOOO)
dnl =================================================================== dnl ===================================================================
dnl Check for prelinked libgcc_s.so.1 dnl Check for prelinked libgcc_s.so.1
dnl =================================================================== dnl ===================================================================
if test -z "$with_system_stdlibs" -a -z "$with_system_libs"; then if test "$_os" = "Linux" -a -z "$with_system_stdlibs" -a -z "$with_system_libs"; then
if test -n "$checkforstdlibproblems"; then if test -n "$checkforstdlibproblems"; then
if test -f /etc/rpm/macros.prelink; then if test -f /etc/rpm/macros.prelink; then
with_system_stdlibs=yes with_system_stdlibs=yes
......
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