configure.ac (1aba9913) configure.ac (b1c00883)
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

--- 475 unchanged lines hidden (view full) ---

484AC_ARG_WITH(hsqldb-jar,
485[ --with-hsqldb-jar=JARFILE Specify path to jarfile manually ],
486[ HSQLDB_JAR="$withval"
487])
488AC_ARG_WITH(system-beanshell,
489[ --with-system-beanshell Use beanshell already on system (default)
490],,)
491AC_ARG_ENABLE(beanshell,
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

--- 475 unchanged lines hidden (view full) ---

484AC_ARG_WITH(hsqldb-jar,
485[ --with-hsqldb-jar=JARFILE Specify path to jarfile manually ],
486[ HSQLDB_JAR="$withval"
487])
488AC_ARG_WITH(system-beanshell,
489[ --with-system-beanshell Use beanshell already on system (default)
490],,)
491AC_ARG_ENABLE(beanshell,
492[ --disable-beanshell Disable the use of beanshell.
492[ --enable-beanshell Enable the use of beanshell.
493],,)
494AC_ARG_WITH(beanshell-jar,
495[ --with-beanshell-jar=JARFILE Specify path to jarfile manually ],
496[ BSH_JAR="$withval"
497])
498AC_ARG_ENABLE(pdfimport,
499[ --enable-pdfimport enables the build of the PDF Import extension
500],,)

--- 944 unchanged lines hidden (view full) ---

1445 enable_nss_module="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"
493],,)
494AC_ARG_WITH(beanshell-jar,
495[ --with-beanshell-jar=JARFILE Specify path to jarfile manually ],
496[ BSH_JAR="$withval"
497])
498AC_ARG_ENABLE(pdfimport,
499[ --enable-pdfimport enables the build of the PDF Import extension
500],,)

--- 944 unchanged lines hidden (view full) ---

1445 enable_nss_module="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"
1454
1453
1455 AC_MSG_RESULT([yes: allow modules nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp to be built])
1454 AC_MSG_RESULT([yes: allow modules nss, hunspell, hyphen, saxon, rhino, 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"
1455else
1456 # Disable libraries.
1457 enable_nss_module="no"
1458 enable_hunspell="no"
1459 enable_hyphen="no"
1460 enable_saxon="no"
1461 enable_javascript="no"
1462 enable_graphite="no"
1463 enable_coinmp="no"
1464 enable_category_b_fonts="no"
1466 enable_beanshell="no"
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 ---
1465
1466 AC_MSG_RESULT([no: disabled modules nss, hunspell, hyphen, saxon, rhino, graphite, coinmp])
1467fi
1468AC_SUBST(ENABLE_CATEGORY_B)
1469
1470# gstreamer is used only via pre-installed libraries: not a problem
1471
1472dnl ===================================================================

--- 6047 unchanged lines hidden ---