summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2011-11-15removing obsolete layout codeFelix Zhang1-10/+0
2011-11-15Use proper switch for on/of qstart-libpng.Tomas Chvatal1-1/+1
2011-11-14disable xrender based-test for trget that do not test for xrenderNorbert Thiebaud1-6/+7
2011-11-14avoid trying to run stuff at configure time due to cross-compile needNorbert Thiebaud1-9/+8
2011-11-14Link with libXrender instead of dynamically open itCaolán McNamara1-33/+30
Let's not mess around dlopening it and leaving gaps in the support whereby we currently require it to exist either linked or "dlopenable+display supports it" with dlopenable + display doesn't support it leaves a crashing gap where there are no appropiate checks for that case.
2011-11-11convert tab to spaceTomas Chvatal1-1/+1
2011-11-11nsplugin check must occurs after enable_gtk value is completely settled.Norbert Thiebaud1-17/+17
2011-11-11Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal1-1/+23
2011-11-11No accessible system libxslt for iOSTor Lillqvist1-1/+1
2011-11-08Make sure we have env vars for the cross-build tools for AndroidTor Lillqvist1-0/+9
2011-11-08Fix syntax errorsTor Lillqvist1-3/+3
1) It is not safe to use the [ command in configure.in; m4 will eat the [ and ] and they will expand to nothing. (Just look in the configure script produced prior to this commit.) Use the test command instead, as elsewhere in the file. 2) Quote the variable being tested for emptiness with test -z. Otherwise, if it *is* empty, the -z will apply to (and eat) the following word, "then", which is not what is intended, and which also causes a syntax error.
2011-11-08fix up --with-system-mozilla-headers again after last updateRene Engelhard1-3/+3
2011-11-08Fixup the headers mozilla check to be up par with latest updates.Tomas Chvatal1-7/+7
2011-11-08Add switch for system/internal npapi.hTomas Chvatal1-32/+51
This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one.
2011-11-07fix "whether to build stax" checkChristian Lohmaier1-15/+17
2011-11-07configure: $with_system_libs checks are redundantMichael Stahl1-53/+45
2011-11-07configure: certainly Solaris 6 is not supportedMichael Stahl1-3/+3
2011-11-07configure: remove duplicate Solaris GNUTAR checkMichael Stahl1-6/+1
2011-11-07configure: remove --with-system-libxslt:Michael Stahl1-30/+4
This option must have the same value as --with-system-libxml, so it is redundant.
2011-11-07configure: refactor system-libs checks:Michael Stahl1-181/+196
* initialze with_system variables in AC_ARG_WITH * do not interpret --without-system-libs as --with-system-libs
2011-11-07configure: move platform detection before argsMichael Stahl1-261/+264
to allow for platform dependent defaults.
2011-11-04configure: --with-linked-git: check that clone repos existMichael Stahl1-4/+11
If you specify the directory of the core repo instead of the clones subdirectory a huge mess results.
2011-11-03Fix the --disable-xmlsec build.Jan Holesovsky1-4/+4
2011-11-03gtk3: Check for gtk3 >= 3.2 - we need that for broadway anywayMichael Meeks1-1/+3
2011-11-02remove obsolete --with-system-translate-toolkitRene Engelhard1-34/+1
2011-11-02Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal1-48/+29
This also finishes the uncoupling of NSS from the --with-system-mozilla.
2011-11-02export DBUS_{CFLAGS,LIBS}David Tardon1-0/+4
2011-11-01case mattersCaolán McNamara1-1/+1
2011-11-01When building with gconf check for orbit too.Tomas Chvatal1-5/+2
This avoids build error like: Entering /var/tmp/portage/app-office/libreoffice-3.4.3.2-r1/work/libreoffice-bootstrap-3.4.3.2/shell/source/backends/gconfbe Package ORBit-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `ORBit-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'ORBit-2.0' found dmake: Error code 1, while making 'Shell escape' Also update gvfs check to require gconf switch enabled instead of running pkgconfig again.
2011-10-30Fix some typo (verion -> version)Julien Nabet1-2/+2
2011-10-28documentation: --with-system-libs also active for libexttextcat and libvisioLionel Elie Mamane1-1/+1
documentation for commit 25c27aae73f09759f7d6d874c54c6071e21d0c42
2011-10-26Fixed "no --enable-dbgutil for MSVC" check.Stephan Bergmann1-2/+2
2011-10-25do not hardcode mingw sysroot pathDavid Tardon1-2/+3
2011-10-24I give up on --enable-dbgutil with MSVCTor Lillqvist1-0/+10
2011-10-21Disable Mozilla stuff more effectively in a Windows dbgutil buildTor Lillqvist1-2/+2
2011-10-20Introduced --disable-linkoo.Stephan Bergmann1-0/+16
2011-10-19fix configure with autoconf-2.59Petr Mladek1-1/+1
it was enough to lower the version check; 2.59 is still used on SLED10
2011-10-18remove accidential Debian-only commitRene Engelhard1-2/+1
2011-10-18Decouple NSS build from the Mozilla build.Jan Holesovsky1-43/+40
This allows xmlsecurity to be built even when --disable-mozilla is provided.
2011-10-16bump pkg-config check for libexttextcat to actually require 3.1.1Rene Engelhard1-1/+1
2011-10-16don't grep /proc/cpuinfo but use getconf on LinuxRene Engelhard1-1/+6
2011-10-13icu-config check that survives older icu versions.Jan Holesovsky1-1/+1
2011-10-11enable libstdc++ debug mode with --enable-dbgutilMichael Stahl1-0/+16
2011-10-07remove unsupported format from epm listPeter Foley1-1/+0
2011-10-07quote tr argumentsPeter Foley1-1/+1
2011-10-07fix typosPeter Foley1-2/+2
2011-10-07bootstrap.1 is not usefull anymore use bootsrap directlyNorbert Thiebaud1-1/+0
2011-10-06Kill --without-cmis option that is noop anywayFridrich Štrba1-20/+13
2011-10-05Add libexttextcat and libvisio under system-libs switchTomas Chvatal1-2/+4
2011-10-05Revert "Use simpler detection for system/internal libs."Fridrich Štrba1-50/+66
This reverts commit e9cc0d9cabb6df2ec956be026970042cc3dbd70a.