Changeset 1162
- Timestamp:
- 11/15/06 13:38:36
- Files:
-
- trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r1141 r1162 55 55 build_uigtk=true 56 56 build_demoui=true 57 build_mozembed= false57 build_mozembed=true 58 58 build_gtkhtml=false 59 59 build_doxygen=false … … 114 114 AC_ARG_WITH(html-component, 115 115 AC_HELP_STRING([--with-html-component], 116 [Set which html component to use ( none, mozembed, gtkhtml)]),116 [Set which html component to use (mozembed, gtkhtml, none)]), 117 117 [case "$with_html_component" in 118 118 mozembed) … … 132 132 ;; 133 133 *) AC_MSG_ERROR(bad value ${with_html_component} for --with-html-component) ;; 134 esac], [build_mozembed= false134 esac], [build_mozembed=true 135 135 build_gtkhtml=false 136 with_html_component= none])136 with_html_component=mozembed]) 137 137 138 138 AM_CONDITIONAL(BUILD_MOZEMBED, test x$build_mozembed = xtrue)
