| configure.ac (914ff780) | configure.ac (1aba9913) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 1428 unchanged lines hidden (view full) --- 1437# nss (nss) 1438# hunspell (hunspell) 1439# hyphen (hyphen) 1440# saxon (saxon) 1441# rhino (rhino) 1442# graphite (silgraphite) 1443if test "$enable_category_b" = "yes"; then 1444 ENABLE_CATEGORY_B=YES | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 1428 unchanged lines hidden (view full) --- 1437# nss (nss) 1438# hunspell (hunspell) 1439# hyphen (hyphen) 1440# saxon (saxon) 1441# rhino (rhino) 1442# graphite (silgraphite) 1443if test "$enable_category_b" = "yes"; then 1444 ENABLE_CATEGORY_B=YES |
| 1445 enable_nss_module="yes" |
|
| 1445 enable_hunspell="yes" 1446 enable_hyphen="yes" 1447 enable_saxon="yes" 1448 enable_javascript="yes" 1449 enable_graphite="yes" 1450 enable_coinmp="yes" 1451 enable_category_b_fonts="yes" | 1446 enable_hunspell="yes" 1447 enable_hyphen="yes" 1448 enable_saxon="yes" 1449 enable_javascript="yes" 1450 enable_graphite="yes" 1451 enable_coinmp="yes" 1452 enable_category_b_fonts="yes" |
| 1453 enable_beanshell="yes" |
|
| 1452 1453 AC_MSG_RESULT([yes: allow modules nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp to be built]) 1454else 1455 # Disable libraries. 1456 enable_nss_module="no" 1457 enable_hunspell="no" 1458 enable_hyphen="no" 1459 enable_saxon="no" 1460 enable_javascript="no" 1461 enable_graphite="no" 1462 enable_coinmp="no" 1463 enable_category_b_fonts="no" | 1454 1455 AC_MSG_RESULT([yes: allow modules nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp to be built]) 1456else 1457 # Disable libraries. 1458 enable_nss_module="no" 1459 enable_hunspell="no" 1460 enable_hyphen="no" 1461 enable_saxon="no" 1462 enable_javascript="no" 1463 enable_graphite="no" 1464 enable_coinmp="no" 1465 enable_category_b_fonts="no" |
| 1466 enable_beanshell="no" |
|
| 1464 1465 AC_MSG_RESULT([no: disabled modules nss, hunspell, hyphen, saxon, rhino, graphite, coinmp]) 1466fi 1467AC_SUBST(ENABLE_CATEGORY_B) 1468 1469# gstreamer is used only via pre-installed libraries: not a problem 1470 1471dnl =================================================================== --- 6047 unchanged lines hidden --- | 1467 1468 AC_MSG_RESULT([no: disabled modules nss, hunspell, hyphen, saxon, rhino, graphite, coinmp]) 1469fi 1470AC_SUBST(ENABLE_CATEGORY_B) 1471 1472# gstreamer is used only via pre-installed libraries: not a problem 1473 1474dnl =================================================================== --- 6047 unchanged lines hidden --- |