gentoo/app-editors/xemacs/files/xemacs-21.5.36-configure-postgresql.patch
Ulrich Müller df36d01bfd
app-editors/xemacs: Fix configure failure
Closes: https://bugs.gentoo.org/959683
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2025-07-08 22:34:25 +02:00

14 lines
351 B
Diff

https://bugs.gentoo.org/959683
--- xemacs-21.5.36/configure.ac
+++ xemacs-21.5.36/configure.ac
@@ -3697,7 +3697,7 @@
fi
fi
- if test -n "$libpq_fe_h_file" -a "$have_libpq" = "yes"
+ if test -n "$libpq_fe_h_file" -a "$have_libpq" = "yes" \
-a "$with_modules" = "yes"; then
with_postgresql=yes
AC_DEFINE(HAVE_POSTGRESQL)