You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-db/postgis/files/postgis-3.4.0-without-gui.p...

14 lines
491 B

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)])