configure.ac (764319a5) | configure.ac (ae258647) |
---|---|
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 * 7dnl * Desc: This file serves as input for the GNU autoconf package 8dnl * in order to create a configure script. --- 1311 unchanged lines hidden (view full) --- 1320dnl =================================================================== 1321 1322# Disable or enable libraries seamonkey, nss, hunspell, hyphen, saxon, 1323# rhino, silgraphite, beanshell. 1324 1325# Note that further below they may be enabled or disabled again by 1326# more specific options. 1327 | 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 * 7dnl * Desc: This file serves as input for the GNU autoconf package 8dnl * in order to create a configure script. --- 1311 unchanged lines hidden (view full) --- 1320dnl =================================================================== 1321 1322# Disable or enable libraries seamonkey, nss, hunspell, hyphen, saxon, 1323# rhino, silgraphite, beanshell. 1324 1325# Note that further below they may be enabled or disabled again by 1326# more specific options. 1327 |
1328ENABLE_CATEGORY_B= 1329 |
|
1328AC_MSG_CHECKING([whether to enable category B components]) 1329# Category B modules (libraries): 1330# moz (seamonkey) 1331# nss (nss) 1332# hunspell (hunspell) 1333# hyphen (hyphen) 1334# saxon (saxon) 1335# rhino (rhino) 1336# beanshell (beanshell) 1337# graphite (silgraphite) 1338if test "$enable_category_b" = "yes"; then | 1330AC_MSG_CHECKING([whether to enable category B components]) 1331# Category B modules (libraries): 1332# moz (seamonkey) 1333# nss (nss) 1334# hunspell (hunspell) 1335# hyphen (hyphen) 1336# saxon (saxon) 1337# rhino (rhino) 1338# beanshell (beanshell) 1339# graphite (silgraphite) 1340if test "$enable_category_b" = "yes"; then |
1339# enable_mozilla="yes" 1340# enable_nss_module="yes" | 1341 ENABLE_CATEGORY_B=YES |
1341 enable_hunspell="yes" 1342 enable_hyphen="yes" 1343 enable_saxon="yes" 1344 enable_javascript="yes" 1345 enable_beanshell="yes" 1346 enable_graphite="yes" 1347 enable_coinmp="yes" 1348 --- 7 unchanged lines hidden (view full) --- 1356 enable_saxon="no" 1357 enable_javascript="no" 1358 enable_beanshell="no" 1359 enable_graphite="no" 1360 enable_coinmp="no" 1361 1362 AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp]) 1363fi | 1342 enable_hunspell="yes" 1343 enable_hyphen="yes" 1344 enable_saxon="yes" 1345 enable_javascript="yes" 1346 enable_beanshell="yes" 1347 enable_graphite="yes" 1348 enable_coinmp="yes" 1349 --- 7 unchanged lines hidden (view full) --- 1357 enable_saxon="no" 1358 enable_javascript="no" 1359 enable_beanshell="no" 1360 enable_graphite="no" 1361 enable_coinmp="no" 1362 1363 AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp]) 1364fi |
1365AC_SUBST(ENABLE_CATEGORY_B) |
|
1364 1365# gstreamer is used only via pre-installed libraries: not a problem 1366 1367dnl =================================================================== 1368dnl Online Update 1369dnl =================================================================== 1370AC_MSG_CHECKING([whether to enable the Online Update support]) 1371if test "$enable_online_update" = "yes" -o "$enable_online_update" = "TRUE"; then --- 6008 unchanged lines hidden --- | 1366 1367# gstreamer is used only via pre-installed libraries: not a problem 1368 1369dnl =================================================================== 1370dnl Online Update 1371dnl =================================================================== 1372AC_MSG_CHECKING([whether to enable the Online Update support]) 1373if test "$enable_online_update" = "yes" -o "$enable_online_update" = "TRUE"; then --- 6008 unchanged lines hidden --- |