enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma configure.ac,1.12,1.13


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma configure.ac,1.12,1.13
Date: Thu, 30 Oct 2003 19:02:48 +0000

Update of /cvsroot/enigma/enigma
In directory subversions:/tmp/cvs-serv17816

Modified Files:
        configure.ac 
Log Message:
- added libpng
- added data/thumbs/Makefile



Index: configure.ac
===================================================================
RCS file: /cvsroot/enigma/enigma/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** configure.ac        27 Oct 2003 12:05:32 -0000      1.12
--- configure.ac        30 Oct 2003 19:02:45 -0000      1.13
***************
*** 58,61 ****
--- 58,65 ----
  AC_CHECK_LIB(SDL_ttf,main,have_sdlttf="yes", have_sdlttf="no")
  
+ dnl ----------------------------------------
+ dnl Check for libpng
+ dnl ---------------------------------------
+ AC_CHECK_LIB(png,png_create_write_struct,,[AC_MSG_ERROR([libpng is required 
to compile Enigma])])
  
  dnl
***************
*** 161,164 ****
--- 165,169 ----
             data/fonts/Makefile
             data/sound/Makefile
+            data/thumbs/Makefile
           doc/Makefile
           doc/manual/Makefile





reply via email to

[Prev in Thread] Current Thread [Next in Thread]