Disallow building static librairies
[lttng-ust.git] / configure.ac
index 86ef7c9cd82c64053867e60674f22c6585099aab..ea4a24653f8eb6717eae4448ef1c2f1bc7de7c13 100644 (file)
@@ -400,6 +400,10 @@ AE_IF_FEATURE_DISABLED([shared], [
   AC_MSG_ERROR(LTTng-UST requires shared libraries to be enabled)
 ])
 
+AE_IF_FEATURE_ENABLED([static], [
+  AC_MSG_ERROR(Static linking LTTng-UST is currently unsupported)
+])
+
 AE_IF_FEATURE_ENABLED([java-agent-all], [
   AE_FEATURE_ENABLE([java-agent-jul])
   AE_FEATURE_ENABLE([java-agent-log4j])
This page took 0.024457 seconds and 4 git commands to generate.