Introduce common generic header file
[librseq.git] / configure.ac
index 9b8a33c893de40aae47339fcaeed3609bbec3ea4..ac0883f3eeacd72a161421980a4be34795c68d68 100644 (file)
@@ -206,7 +206,8 @@ AE_FEATURE([Werror], [Treat compiler warnings as errors.])
 ## Set automake variables for optional feature conditionnals in Makefile.am ##
 ##                                                                          ##
 
-AM_CONDITIONAL([ENABLE_SECCOMP], test "x${have_seccomp}" = "xyes")
+AM_CONDITIONAL([ENABLE_SHARED], [test "x${enable_shared}" = "xyes"])
+AM_CONDITIONAL([ENABLE_SECCOMP], [test "x${have_seccomp}" = "xyes"])
 
 
 ##                                             ##
This page took 0.024138 seconds and 4 git commands to generate.