mirror of https://github.com/GNOME/gimp.git
didn't take care of correctly aligning the new configure option
This commit is contained in:
parent
608ddcb1b7
commit
ea8a7058f5
|
@ -454,7 +454,7 @@ AM_CONDITIONAL(HAVE_GTK_DOC, $GTKDOC)
|
|||
AC_SUBST(HAVE_GTK_DOC)
|
||||
|
||||
dnl Let people disable the gtk-doc stuff.
|
||||
AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc Use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto)
|
||||
AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto)
|
||||
|
||||
if test x$enable_gtk_doc = xauto ; then
|
||||
if test x$GTKDOC = xtrue ; then
|
||||
|
|
Loading…
Reference in New Issue