r3202: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 26 Oct 2002 19:10:07 +0000 (19:10 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 26 Oct 2002 19:10:07 +0000 (19:10 +0000)
configure.ac
debian/changelog

index d13290cce893207a39161816ff089b833a8c502b..93d7a8f07b70817333e766db1a63b99be2f3e483 100644 (file)
@@ -46,7 +46,7 @@ AC_CHECK_LIB(GL, main, [libgl=true], [libgl=false], [-L/usr/X11R6/lib -lXt -lXex
 AC_CHECK_LIB(pthread, main, [pthread=true], [pthread=false])
 
 if test "$zlib" = "true" ; then
-  AC_CHECK_LIB(png, main, [png=true ; AC_DEFINE(HAVE_PNG,1,[PNG library])], [png=false])
+  AC_CHECK_LIB(png, main, [png=true ; AC_DEFINE(HAVE_PNG,1,[PNG library])], [png=false], [-lz -lm])
 fi
 
 dnl Checks for header files.
index c83511a8f2b3bc0e7b846389a49362051e09a876..5a5aa77478db21d510380965999bd815e8e7e741 100644 (file)
@@ -1,6 +1,7 @@
-ctsim (3.6.0-2) unstable; urgency=low
+ctsim (3.6.1-0) unstable; urgency=low
 
   * Add libpng to build dependencies
+  * Modify configure.ac to handle new png library
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 26 Oct 2002 08:28:25 -0600