diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-07-04 13:53:02 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-07-04 13:53:02 +0000 |
commit | c0fd6967d8c791a1a5f937a680ad637264b496c7 (patch) | |
tree | f55884bc27a3d8bd1234a09dea971bc296107a2c /config.h.in | |
parent | 63396bd87db785408eba67d4c5ccc2212b7d6a3a (diff) | |
download | libxslt-c0fd6967d8c791a1a5f937a680ad637264b496c7.tar.gz libxslt-c0fd6967d8c791a1a5f937a680ad637264b496c7.tar.bz2 libxslt-c0fd6967d8c791a1a5f937a680ad637264b496c7.zip |
implemented change from Joel Reed for automake-1.4 compatibility.
* libexslt/Makefile.am: implemented change from Joel Reed for
automake-1.4 compatibility.
* libexslt/crypto.c: reformatted source to remove an overly
generous supply of tabs. Added a #include for sys/select to
fix a compilation error caused by the gcrypt include file's
usage of 'fd_set'. Made some minor changes to fix
some warning messages (no change to the logic).
* configure.in, config.h.in: added test for presence of
sys/select.h.
Added test for libgcrypt version > 1.1.41 (bug 145245)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 1f36e2c3..279d248d 100644 --- a/config.h.in +++ b/config.h.in @@ -90,6 +90,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the <sys/select.h> header file. */ +#undef HAVE_SYS_SELECT_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |