Enlightenment CVS committal
Author : xcomputerman
Project : e17
Module : libs/epsilon
Dir : e17/libs/epsilon
Modified Files:
configure.in
Removed Files:
acconfig.h
Log Message:
The annihilation continues
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/epsilon/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -r1.1.1.1 -r1.2
--- configure.in 10 Dec 2003 04:46:34 -0000 1.1.1.1
+++ configure.in 14 Jan 2004 20:38:01 -0000 1.2
@@ -51,18 +51,26 @@
epeg_cflags=""
dnl Make sure the epeg header/lib is available
AC_CHECK_HEADER( Epeg.h,
- [ AC_DEFINE(HAVE_EPEG_H) have_epeg="yes" epeg_libs=`epeg-config --libs`
+ [ AC_DEFINE(HAVE_EPEG_H, 1, [Epeg.h available])
+ have_epeg="yes"
+ epeg_libs=`epeg-config --libs`
epeg_cflags=`epeg-config --cflags` ],
[ AC_MSG_WARN(Cannot find Epeg.h on your system: jpeg thumbnail suckage!) ])
-AC_CHECK_LIB(epeg, epeg_file_open, [ AC_DEFINE(HAVE_EPEG_LIB) ])
+AC_CHECK_LIB(epeg, epeg_file_open, [
+ AC_DEFINE(HAVE_EPEG_LIB, 1, [libepeg available])
+])
AC_SUBST(epeg_libs)
AC_SUBST(epeg_cflags)
dnl Make sure the png header/lib is available
AC_CHECK_HEADER( png.h,
- [ AC_DEFINE(HAVE_PNG_H) have_png="yes" LIBS="$LIBS -lpng" ],
+ [ AC_DEFINE(HAVE_PNG_H, 1, [png.h available])
+ have_png="yes"
+ LIBS="$LIBS -lpng" ],
[ AC_MSG_ERROR(Cannot find png.h on your system, try --with-png=) ])
-AC_CHECK_LIB(png, png_create_read_struct, [ AC_DEFINE(HAVE_PNG_LIB) ])
+AC_CHECK_LIB(png, png_create_read_struct, [
+ AC_DEFINE(HAVE_PNG_LIB, 1, [libpng available])
+])
AC_PATH_PROG(PERL, perl, 0)
AC_SUBST(PERL)
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs