rev 250 - trunk
[email protected] Wed, 7 May 2003 05:00:33 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-05-07 05:00:32 -0700 (Wed, 07 May 2003) New Revision: 250 Modified: trunk/configure.ac Log: correct a typo. Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac (original) +++ trunk/configure.ac Wed May 7 05:00:33 2003 @@ -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])