]> Dogcows Code - chaz/tint2/blobdiff - configure.ac
Remove odt/pdf related stuff.
[chaz/tint2] / configure.ac
index 31408b0da41235ee858c9b26139da89ca75cbb0d..03209c012ea2bbef272926a1a6c0b0cef4c868f9 100644 (file)
@@ -78,15 +78,6 @@ AC_ARG_ENABLE([examples],
                   esac],[examples=false])
 AM_CONDITIONAL([INSTALL_EXAMPLES], [test x$examples = xtrue])
 
-AC_ARG_ENABLE([doc],
-                         [AS_HELP_STRING([--enable-doc], [Install additional documentation])],
-              [case "${enableval}" in
-                          yes) doc=true ;;
-                          no)  doc=false ;;
-                          *) AC_MSG_ERROR([bad value ${enableval} for --enable-doc]) ;;
-                  esac],[doc=false])
-AM_CONDITIONAL([INSTALL_DOC], [test x$doc = xtrue])
-
 AC_CONFIG_FILES([
                                 Makefile
                                 doc/Makefile
This page took 0.022447 seconds and 4 git commands to generate.