diff options
| author | Sam Varshavchik | 2022-01-18 18:24:23 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2022-01-18 18:24:23 -0500 | 
| commit | 509ddca41433e84a6df93822eb3adf5b78c9a9ed (patch) | |
| tree | fc37f49679c6a4c606f354a3313ce1216e448927 /unicode/configure.ac | |
| parent | f67b3067a0fee0b7e768f6bd9e12649cacc1f0d2 (diff) | |
| download | courier-libs-509ddca41433e84a6df93822eb3adf5b78c9a9ed.tar.bz2 | |
courier-unicode: build fixes.
Revert to previous Docbook DTD URL.
Fix packaging, do not include a built headerfile in the tarball.
Fix compilation warning.
Diffstat (limited to 'unicode/configure.ac')
| -rw-r--r-- | unicode/configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unicode/configure.ac b/unicode/configure.ac index 5d1aee2..2d49e70 100644 --- a/unicode/configure.ac +++ b/unicode/configure.ac @@ -65,8 +65,8 @@ fi  AC_TRY_COMPILE([  #include <uchar.h> +char32_t c;  ],[ -char32_t c=0;  ],  [  HAVE_UCHAR_H=1 | 
