[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-624-g37fd6466c
git at osgeo.org
git at osgeo.org
Mon Sep 25 02:14:55 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 37fd6466c5d93a313c0b5adf3ba0a57a55dab9f6 (commit)
from ca78dbdd6c93c734a9b9879240c6ddc1a2902d13 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 37fd6466c5d93a313c0b5adf3ba0a57a55dab9f6
Author: Chris Mayo <aklhfex at gmail.com>
Date: Sat Sep 16 17:03:23 2023 +0100
Fix --without-gui being ignored
diff --git a/configure.ac b/configure.ac
index 2a08a0c6c..189875c5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1189,7 +1189,7 @@ dnl ===========================================================================
AC_ARG_WITH([gui],
[AS_HELP_STRING([--with-gui], [compile the data import GUI (requires GTK+2.0)])],
- [GUI="yes"], [GUI="no"])
+ [GUI="$withval"], [GUI="no"])
if test "x$GUI" = "xyes"; then
AC_MSG_RESULT([GUI: Build requested, checking for dependencies (GTK+2.0)])
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list