Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix test on with-staticonly
Baptiste Daroussin committed 11 years ago
commit 338d69a83d242819a29b004d83b0eb44ae5eb8d7
parent a4956932e3c4cf31c223227e93ed4aafa737e39e
1 file changed +1 -1
modified configure.ac
@@ -241,7 +241,7 @@ else
	AC_MSG_RESULT([no])
fi

-
AM_CONDITIONAL(DYNAMIC, test "$with_staticonly" = "no")
+
AM_CONDITIONAL(DYNAMIC, test "$with_staticonly" != "no")
AM_CONDITIONAL(LIBELF_BUNDLED, test "$libelf_bundled" != "no")

AC_SUBST([LIBJAIL_LIB])