We already set a different libdir on cross-compilation

---
 build-backend/configure.ac |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

--- a/build-backend/configure.ac
+++ b/build-backend/configure.ac
@@ -78,11 +78,11 @@ AM_PROG_AR
 # On crosscompile machines, install backend/mic stuff into
 # $(bin|lib)dir/(backend|mic).
 backend_suffix=""
-AS_IF([test "x${ac_scorep_cross_compiling}" = "xyes"],
-        [AS_IF([test "x${ac_scorep_platform}" = "xmic"],
-                 [backend_suffix="/mic"],
-             [backend_suffix="/backend"])
-        ])
+#AS_IF([test "x${ac_scorep_cross_compiling}" = "xyes"],
+#        [AS_IF([test "x${ac_scorep_platform}" = "xmic"],
+#                 [backend_suffix="/mic"],
+#             [backend_suffix="/backend"])
+#        ])
 AC_SUBST([backend_suffix])
 
 m4_include([../build-includes/common.m4])
