diff options
author | William M. Brack <wbrack@src.gnome.org> | 2007-01-12 23:49:56 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2007-01-12 23:49:56 +0000 |
commit | 44a76400aea47c5ce40f2549127558c18be7ad08 (patch) | |
tree | 34234cc5d2c9beed5576f35a146bbed0261f1551 /configure.in | |
parent | e1b7da0c1f2fdf2591d75aeaed01d8b32331573e (diff) | |
download | libxslt-44a76400aea47c5ce40f2549127558c18be7ad08.tar.gz libxslt-44a76400aea47c5ce40f2549127558c18be7ad08.tar.bz2 libxslt-44a76400aea47c5ce40f2549127558c18be7ad08.zip |
fixed problem with DV/WMB testing env. regenerated docs;
* configure.in: fixed problem with DV/WMB testing env.
* regenerated docs; doc/APIchunk1[012].html added to SVN
* libxslt/extensions.c: fixed problem with plugin loading;
removed testplugin.c from SVN (current version kept as
tests/plugin/testplugin.c)
svn path=/trunk/; revision=1415
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b8629bab..46b44e21 100644 --- a/configure.in +++ b/configure.in @@ -290,7 +290,7 @@ if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ]] || \ with_mem_debug="yes" fi CFLAGS="-Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline " - if test "`uname -i`" != "x86_64" ; + if test "`uname -m`" != "x86_64" ; then STATIC_BINARIES="-static" else |