diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-11-01 18:01:05 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-11-01 18:01:05 +0100 |
commit | 73c8f346e9db1820889785c6677d5112d1c33a03 (patch) | |
tree | 14fadb3d75829b89c0cccca4538891cb6c0d1b33 /configure.ac | |
parent | 533d7fd7eff6154b97efceb47d2b438bdf1ee91c (diff) | |
download | caja-extensions-73c8f346e9db1820889785c6677d5112d1c33a03.tar.bz2 caja-extensions-73c8f346e9db1820889785c6677d5112d1c33a03.tar.xz |
fix AS_HELP_STRING
--enable-gtk-doc use gtk-doc to build documentation [[default=no]]
--enable-gtk-doc-html build documentation in html format [[default=yes]]
--enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
--enable-image-convert Enable image-converter plugin
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc78956..da41b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_SUBST(CAJA_LIBS) # image-converter extension AC_ARG_ENABLE([image-converter], - AS_HELP_STRING([--enable-image-convert], [Enable image-converter plugin]), + AS_HELP_STRING([--enable-image-converter], [Enable image-converter plugin]), [enable_image_converter=$enableval], [enable_image_converter=yes]) |