configure.ac (59ddfc10) configure.ac (35779863)
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

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

41[ --with-gperf Specify location of gperf on Solaris or FreeBSD
42],,)
43AC_ARG_ENABLE(graphite,
44[ --enable-graphite Enables the compilation of Graphite smart font rendering
45],,)
46AC_ARG_WITH(system-graphite,
47[ --with-system-graphite use graphite library already installed on system
48],,)
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

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

41[ --with-gperf Specify location of gperf on Solaris or FreeBSD
42],,)
43AC_ARG_ENABLE(graphite,
44[ --enable-graphite Enables the compilation of Graphite smart font rendering
45],,)
46AC_ARG_WITH(system-graphite,
47[ --with-system-graphite use graphite library already installed on system
48],,)
49AC_ARG_ENABLE(online-update,
50[ --disable-online-update Disables the Online Update feature.
51],,enable_online_update=yes)
49AC_ARG_ENABLE(ldap,
50[ --disable-ldap Disables the use of LDAP backend via Netscape/Mozilla
51 or OpenLDAP LDAP SDK
52],,)
53AC_ARG_ENABLE(fetch-external,
54[ --disable-fetch-external Disables fetching external tarballs from web sources.
55],,)
56AC_ARG_WITH(external-tar,

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

1337 enable_graphite="no"
1338 enable_coinmp="no"
1339
1340 AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp])
1341fi
1342
1343# gstreamer is used only via pre-installed libraries: not a problem
1344
52AC_ARG_ENABLE(ldap,
53[ --disable-ldap Disables the use of LDAP backend via Netscape/Mozilla
54 or OpenLDAP LDAP SDK
55],,)
56AC_ARG_ENABLE(fetch-external,
57[ --disable-fetch-external Disables fetching external tarballs from web sources.
58],,)
59AC_ARG_WITH(external-tar,

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

1340 enable_graphite="no"
1341 enable_coinmp="no"
1342
1343 AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp])
1344fi
1345
1346# gstreamer is used only via pre-installed libraries: not a problem
1347
1348dnl ===================================================================
1349dnl Online Update
1350dnl ===================================================================
1351AC_MSG_CHECKING([whether to enable the Online Update support])
1352if test "$enable_online_update" = "yes" -o "$enable_online_update" = "TRUE"; then
1353 ENABLE_ONLINE_UPDATE="YES"
1354 SCPDEFS="$SCPDEFS -DENABLE_ONLINE_UPDATE"
1355 AC_MSG_RESULT([yes])
1356else
1357 ENABLE_ONLINE_UPDATE=""
1358 AC_MSG_RESULT([no])
1359fi
1360AC_SUBST(ENABLE_ONLINE_UPDATE)
1345
1361
1362
1346AC_MSG_CHECKING([whether to enable native CUPS support])
1347if test "$test_cups" = "yes" -a \( "$enable_cups" = "yes" -o "$enable_cups" = "TRUE" \) ; then
1348 ENABLE_CUPS="TRUE"
1349 AC_MSG_RESULT([yes])
1350else
1351 ENABLE_CUPS=""
1352 AC_MSG_RESULT([no])
1353fi

--- 5915 unchanged lines hidden ---
1363AC_MSG_CHECKING([whether to enable native CUPS support])
1364if test "$test_cups" = "yes" -a \( "$enable_cups" = "yes" -o "$enable_cups" = "TRUE" \) ; then
1365 ENABLE_CUPS="TRUE"
1366 AC_MSG_RESULT([yes])
1367else
1368 ENABLE_CUPS=""
1369 AC_MSG_RESULT([no])
1370fi

--- 5915 unchanged lines hidden ---