rev 251 - trunk
[email protected] Wed, 7 May 2003 15:45:42 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-05-07 15:45:42 -0700 (Wed, 07 May 2003) New Revision: 251 Modified: trunk/configure.ac Log: correct a typo. (recommitted after repository became corrupt. original change date Wed May 7 05:00:33 2003) Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac (r250) +++ trunk/configure.ac (r251) @@ -117,7 +117,7 @@ # Checks for library functions. AC_FUNC_MEMCMP -dnl we use realloc() but don't depend on the zero-lenght behavior +dnl we use realloc() but don't depend on the zero-length behavior dnl tested by AC_FUNC_REALLOC AC_REPLACE_FUNCS([snprintf])