Skip site navigation (1)Skip section navigation (2)
Date:      29 Apr 2002 21:05:49 +0200
From:      Franz Klammer <klammer@webonaut.com>
To:        gnome@freebsd.org
Subject:   gnomecore-1.4.0.8 (small?) mistake in configure.in
Message-ID:  <1020107149.46433.25.camel@ncc-1701.webonaut.com>

next in thread | raw e-mail | index | archive | help
while i made my daily update ;-) i have 
found a (small?) mistake in configure.in:

franz


configure output: 
========================================== 
checking for png_init_io in -lpng... ]: not found 
yes 


configure.in: 
========================================== 

dnl 
dnl libpng 
dnl 
PNG_LIBS= 
AC_CHECK_LIB(png, png_init_io, [ 
             PNG_LIBS="-lpng -lz"],[ 
             AC_MSG_ERROR(libpng is required for gnome-core)], 
      =====> -lz]) <===== here!?
AC_SUBST(PNG_LIBS) 



-- 
WEBONAUT.com
http://webonaut.com
mailto:klammer@webonaut.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1020107149.46433.25.camel>