summaryrefslogtreecommitdiff
path: root/dev-db/postgis/files/postgis-3.4.0-without-gui.patch
blob: 80a6d59be323bd253c430082671648e18e272965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index 0fd6d5d6b..4ea8330ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1161,7 +1161,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)])