Fix: Conditionally disable tests requiring shared libs support
[lttng-ust.git] / configure.ac
index 91ad8d935fc869a8ad5709acd231a06940cf9b59..7f12f23ff5f5cbb2873e282dd7c097a3e8920c08 100644 (file)
@@ -64,6 +64,8 @@ AS_IF([test "x$libtool_fixup" = "xyes"],
                  ])
            ])
 
+AM_CONDITIONAL([NO_SHARED], [test "x$enable_shared" = "xno"])
+
 # Checks for programs.
 AC_PROG_CC
 AC_PROG_CXX
This page took 0.023081 seconds and 4 git commands to generate.