Fix: Conditionally disable tests requiring shared libs support
[lttng-ust.git] / configure.ac
index 39530db4e0d16ae6213df9fe718c24266f4a455f..b8b23d21b888f9066ed0ec63e77344c5e2b76875 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.028191 seconds and 4 git commands to generate.