Changeset 1024
- Timestamp:
- 10/17/06 11:07:26
- Files:
-
- trunk/configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.ac
r1014 r1024 54 54 build_gnome=true 55 55 build_demoui=true 56 build_mozembed= true56 build_mozembed=false 57 57 build_gtkhtml=false 58 58 build_doxygen=false … … 124 124 dnl ### Select the html component ## 125 125 AC_ARG_WITH(html-component, 126 [ --with-html-component set which html component to use [default= mozembed]],126 [ --with-html-component set which html component to use [default=none]], 127 127 [case "$with_html_component" in 128 128 mozembed) … … 140 140 ;; 141 141 *) AC_MSG_ERROR(bad value ${with_html_component} for --with-html-component) ;; 142 esac], [build_mozembed= true142 esac], [build_mozembed=false 143 143 build_gtkhtml=false 144 with_html_component= mozembed])144 with_html_component=none]) 145 145 146 146 AM_CONDITIONAL(BUILD_MOZEMBED, test x$build_mozembed = xtrue)
