From dcb22a1fe15520af54fc39be832847a30c9bd8b9 Mon Sep 17 00:00:00 2001 From: linau2 <119608927+linau2@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:55:55 -0400 Subject: [PATCH] Update configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7bc7027..defdb11 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ AC_ARG_WITH([static-libplist], [AS_HELP_STRING(["--with-static-libplist[=/path/to/static/libplist"]], [link against a static libplist])], [with_static_libplist=$withval], - [with_static_libplist=yes]) + [with_static_libplist=no]) if test "x$with_static_libplist" != "xno"; then if test "x$with_static_libplist" = "xyes"; then STATIC_LIBPLIST="`pkg-config --libs-only-L ${LIBPLIST} |sed "s/^..//; s/[ ]*$/\/${LIBPLIST}.a/"`"