| configure.ac (2a718e4f) | configure.ac (a46fe8a8) |
|---|---|
| 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 176 unchanged lines hidden (view full) --- 185 assertions, object counting, etc. Larger build. 186 Independent from --enable-debug 187],,) 188AC_ARG_ENABLE(crashdump, 189[ --enable-crashdump Enable the crashdump feature code. 190],,) 191AC_ARG_ENABLE(cl-standard, 192[ --enable-cl-standard For Microsoft C/C++ compiler users, use non-optimizing | 1dnl /****************************************************************** 2dnl * vi:set sw=3 ts=3 et: 3dnl * 4dnl * Name: configure.in 5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland 6dnl * Date: $Date: 2008-09-08 07:38:40 $ 7dnl * 8dnl * Desc: This file serves as input for the GNU autoconf package --- 176 unchanged lines hidden (view full) --- 185 assertions, object counting, etc. Larger build. 186 Independent from --enable-debug 187],,) 188AC_ARG_ENABLE(crashdump, 189[ --enable-crashdump Enable the crashdump feature code. 190],,) 191AC_ARG_ENABLE(cl-standard, 192[ --enable-cl-standard For Microsoft C/C++ compiler users, use non-optimizing |
| 193 standard compiler. ( This just disavles optimization | 193 standard compiler. ( This just disables optimization |
| 194 options and therefore removes a lot of warnings when 195 using the cheaper standard compiler. ) 196],,) 197AC_ARG_ENABLE(gtk, 198[ --disable-gtk Determines whether to use Gtk+ vclplug on platforms 199 where Gtk+ is available. 200],,enable_gtk=yes) 201AC_ARG_ENABLE(gstreamer, --- 7187 unchanged lines hidden --- | 194 options and therefore removes a lot of warnings when 195 using the cheaper standard compiler. ) 196],,) 197AC_ARG_ENABLE(gtk, 198[ --disable-gtk Determines whether to use Gtk+ vclplug on platforms 199 where Gtk+ is available. 200],,enable_gtk=yes) 201AC_ARG_ENABLE(gstreamer, --- 7187 unchanged lines hidden --- |