build: updated option message help

merge-requests/20/head
Ralph Little 2025-06-03 11:35:34 -07:00
rodzic 3acc4ff65c
commit 79479d4740
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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