From 79479d47404b59b25292f1627fb1d39f86e75abc Mon Sep 17 00:00:00 2001 From: Ralph Little Date: Tue, 3 Jun 2025 11:35:34 -0700 Subject: [PATCH] build: updated option message help --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ed5d281..eace19a 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ AC_PROG_LN_S AC_PROG_RANLIB # Options -AC_ARG_WITH(gtk, [ --with-gtk use GTK, which the GUIs require], USE_GTK=$enableval, USE_GTK=yes) -AC_ARG_WITH(gimp, [ --with-gimp use GIMP, for GIMP plugin support], USE_GIMP=$enableval, USE_GIMP=yes) +AC_ARG_WITH(gtk, [ --with/without-gtk use GTK, which the GUIs require], USE_GTK=$enableval, USE_GTK=yes) +AC_ARG_WITH(gimp, [ --with/without-gimp use GIMP, for GIMP plugin support], USE_GIMP=$enableval, USE_GIMP=yes) # Checks for header files. AC_FUNC_ALLOCA