Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix test on with-staticonly
Baptiste Daroussin committed 11 years ago
commit 338d69a83d242819a29b004d83b0eb44ae5eb8d7
parent a495693
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])