Paul Newby wrote:

> > What did configure find for answer at 'checking for library containing
> > gzopen...'
> 
> This line doesn't appear in the configure output.

Are the following lines present in configure.in:

AC_SEARCH_LIBS(compress, z,,AC_MSG_ERROR(You need libz))
AC_SEARCH_LIBS(gzopen, z,,AC_MSG_ERROR(You need libz))
AC_SEARCH_LIBS(g_string_new, glib, , AC_MSG_ERROR(You need glib))

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to