commit 92c6b1ae04012dbb2a26d4539dfce120cbb2f77c
parent 7a808bfffc0709d5b913aba2b44337d0abbd256f
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 4 Oct 2023 18:19:46 +0200
BUILD: Fix bug where we accidentally cleared LDFLAGS
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -904,7 +904,6 @@ AM_CONDITIONAL([HAVE_POSTGRESQL], [test "x$postgres" = "x1"])
AC_DEFINE_UNQUOTED([HAVE_POSTGRESQL], [$postgres],
[Define to 1 if Postgres is available])
-LDFLAGS="$SAVE_LDFLAGS"
CPPFLAGS="$SAVE_CPPFLAGS"
# check for libmicrohttpd